summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-01-22 09:04:21 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-01-22 09:04:21 +0000
commit8700a44b9358520792c748cfe24b7da85f79b9d8 (patch)
tree9ef0dda20607b6aec0a9fdecdd3a35eb753c21f1 /etc/Makefile
parentd0e2281dc9599110ffd3a8891f47b294b75b638c (diff)
downloadFreeBSD-src-8700a44b9358520792c748cfe24b7da85f79b9d8.zip
FreeBSD-src-8700a44b9358520792c748cfe24b7da85f79b9d8.tar.gz
Change ${RELEASEDIR}/filesystem to be filesys so hat it is ISO9660 compliant.
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 06b02d8..9818223 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -456,10 +456,10 @@ release: release-dirs distribution kcopy-kernels floppies \
bin-tarball des-tarball
release-dirs:
- rm -rf ${RELEASEDIR}/filesystem
- mkdir ${RELEASEDIR}/filesystem
- chown root.wheel ${RELEASEDIR}/filesystem
- chmod 755 ${RELEASEDIR}/filesystem
+ rm -rf ${RELEASEDIR}/filesys
+ mkdir ${RELEASEDIR}/filesys
+ chown root.wheel ${RELEASEDIR}/filesys
+ chmod 755 ${RELEASEDIR}/filesys
rm -rf ${RELEASEDIR}/tarballs
mkdir ${RELEASEDIR}/tarballs
chown root.wheel ${RELEASEDIR}/tarballs
OpenPOWER on IntegriCloud