From e049ccb49e38e0802a481fbe1513cbfc14bcbb37 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 21 Sep 2005 09:30:52 +0000 Subject: [PATCH] make build files executable too --- tools/release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/release.sh b/tools/release.sh index 36a76f8a9..e65c04e7a 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -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