games/sl: Fixed for bash4.

This commit is contained in:
David Somero 2010-05-19 02:34:41 -04:00
parent 9b07f39589
commit fc437969bb
2 changed files with 4 additions and 5 deletions

View file

@ -75,9 +75,8 @@ mkdir -p $PKG/usr/man # man pages
) )
# End of manual installation # End of manual installation
( cd $PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
)
( cd $PKG/usr/man ( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \; find . -type f -exec gzip -9 {} \;