]> Zhao Yanbai Git Server - minix.git/commitdiff
make build files executable too
authorBen Gras <ben@minix3.org>
Wed, 21 Sep 2005 09:30:52 +0000 (09:30 +0000)
committerBen Gras <ben@minix3.org>
Wed, 21 Sep 2005 09:30:52 +0000 (09:30 +0000)
tools/release.sh

index 36a76f8a98ad320cbe32dece280fc37a255b05c6..e65c04e7a9acffce6350031043885961930e311f 100755 (executable)
@@ -185,6 +185,7 @@ then
        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
+       find $RELEASEDIR/usr/src/commands -name build | xargs chmod 755
        # Bug tracking system not for on cd
        rm -rf $RELEASEDIR/usr/src/doc/bugs