Change ${RELEASEDIR}/filesystem to be filesys so hat it is ISO9660 compliant.

This commit is contained in:
Rodney W. Grimes 1994-01-22 09:04:21 +00:00
parent ddc46a75f8
commit 08116fd7e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=994

View File

@ -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