Don't copy /usr/gnu
This commit is contained in:
parent
28087e3f17
commit
98562d8cfc
1 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@ usr_roflag="-r"' > $RELEASEDIR/etc/fstab
|
||||||
|
|
||||||
HDEMU=1
|
HDEMU=1
|
||||||
|
|
||||||
COPYITEMS="usr/bin bin usr/lib usr/gnu"
|
COPYITEMS="usr/bin bin usr/lib"
|
||||||
RELEASEDIR=/usr/r
|
RELEASEDIR=/usr/r
|
||||||
IMAGE=cdfdimage
|
IMAGE=cdfdimage
|
||||||
ROOTIMAGE=rootimage
|
ROOTIMAGE=rootimage
|
||||||
|
@ -204,8 +204,8 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo " * Fixups for owners and modes of dirs and files"
|
echo " * Fixups for owners and modes of dirs and files"
|
||||||
chown -R bin $RELEASEDIR/usr/src $RELEASEDIR/usr/gnu
|
chown -R bin $RELEASEDIR/usr/src
|
||||||
chmod -R u+w $RELEASEDIR/usr/src $RELEASEDIR/usr/gnu
|
chmod -R u+w $RELEASEDIR/usr/src
|
||||||
find $RELEASEDIR/usr/src -type d | xargs chmod 755
|
find $RELEASEDIR/usr/src -type d | xargs chmod 755
|
||||||
find $RELEASEDIR/usr/src -type f | xargs chmod 644
|
find $RELEASEDIR/usr/src -type f | xargs chmod 644
|
||||||
find $RELEASEDIR/usr/src -name configure | xargs chmod 755
|
find $RELEASEDIR/usr/src -name configure | xargs chmod 755
|
||||||
|
|
Loading…
Reference in a new issue