Don't copy /usr/gnu

This commit is contained in:
Ben Gras 2006-02-03 15:43:29 +00:00
parent 28087e3f17
commit 98562d8cfc

View file

@ -53,7 +53,7 @@ usr_roflag="-r"' > $RELEASEDIR/etc/fstab
HDEMU=1
COPYITEMS="usr/bin bin usr/lib usr/gnu"
COPYITEMS="usr/bin bin usr/lib"
RELEASEDIR=/usr/r
IMAGE=cdfdimage
ROOTIMAGE=rootimage
@ -204,8 +204,8 @@ else
fi
echo " * Fixups for owners and modes of dirs and files"
chown -R bin $RELEASEDIR/usr/src $RELEASEDIR/usr/gnu
chmod -R u+w $RELEASEDIR/usr/src $RELEASEDIR/usr/gnu
chown -R bin $RELEASEDIR/usr/src
chmod -R u+w $RELEASEDIR/usr/src
find $RELEASEDIR/usr/src -type d | xargs chmod 755
find $RELEASEDIR/usr/src -type f | xargs chmod 644
find $RELEASEDIR/usr/src -name configure | xargs chmod 755