make build files executable too
This commit is contained in:
parent
d312cc39ab
commit
e049ccb49e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue