From: Ben Gras Date: Fri, 3 Feb 2006 15:43:29 +0000 (+0000) Subject: Don't copy /usr/gnu X-Git-Tag: v3.1.2a~383 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=98562d8cfc4dfbc9b7c23ebc0950ef46f5953970;p=minix.git Don't copy /usr/gnu --- diff --git a/tools/release.sh b/tools/release.sh index ffe0bc25a..af8aa77d9 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -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