summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-01-29 06:29:14 +0000
committerphk <phk@FreeBSD.org>1995-01-29 06:29:14 +0000
commit68256df95616dd97129dd4604c2b69aa960245b0 (patch)
tree2a04cc9537edde6295287291bcb398b9562ab357 /release/Makefile
parentb461ea01734866623232eaffd8845882ffd92889 (diff)
downloadFreeBSD-src-68256df95616dd97129dd4604c2b69aa960245b0.zip
FreeBSD-src-68256df95616dd97129dd4604c2b69aa960245b0.tar.gz
Make sure the scripts/* files have 'x' bits.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 3ced3d3..9ff0c33 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.92 1995/01/28 05:33:52 jkh Exp $
+# $Id: Makefile,v 1.94 1995/01/29 02:12:30 phk Exp $
#
FLOPPY= fd0
@@ -124,6 +124,7 @@ cpio.flp:
for i in ${CPIO1} ; do rm -f ./$$i ; ln cpio_flp_1 ./$$i ; done
( cd /${DESTDIR} ; ls ${CPIO2} | cpio -H newc -oa ) | cpio -ivd
( cd ${.CURDIR} ; ls ${CPIO3} | cpio -H newc -oa ) | cpio -ivd
+ chmod 755 ${CPIO3}
cp ${CPIO4} .
ls ${CPIO1} ${CPIO2} ${CPIO3} ${CPIO4B} | \
cpio -H newc -oa | gzip -9 -c | \
OpenPOWER on IntegriCloud