add map3270, change cp to install, set owner/groups/modes correctly
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 22 Jan 1988 07:10:35 +0000 (23:10 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 22 Jan 1988 07:10:35 +0000 (23:10 -0800)
SCCS-vsn: share/termcap/Makefile 5.5

usr/src/share/termcap/Makefile

index 96cf409..3f8a1b5 100644 (file)
@@ -18,10 +18,13 @@ clean: FRC
        rm -f termcap
 
 install: FRC
        rm -f termcap
 
 install: FRC
+       install -c -o bin -g bin -m 444 map3270 ${DESTDIR}/etc/map3270
        install -o bin -g staff -m 444 termcap ${DESTDIR}/etc/termcap
        rm -rf ${DESTDIR}/usr/lib/tabset
        mkdir ${DESTDIR}/usr/lib/tabset
        install -o bin -g staff -m 444 termcap ${DESTDIR}/etc/termcap
        rm -rf ${DESTDIR}/usr/lib/tabset
        mkdir ${DESTDIR}/usr/lib/tabset
-       cp tabset/* ${DESTDIR}/usr/lib/tabset
+       chown bin.bin ${DESTDIR}/usr/lib/tabset
+       chmod 755 ${DESTDIR}/usr/lib/tabset
+       install -c -o bin -g bin -m 444 tabset/* ${DESTDIR}/usr/lib/tabset
 
 depend:
 lint:
 
 depend:
 lint: