make build files executable too

This commit is contained in:
Ben Gras 2005-09-21 09:30:52 +00:00
parent d312cc39ab
commit e049ccb49e

View file

@ -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