network/arptables: Fixed for bash4.

This commit is contained in:
David Somero 2010-05-19 02:42:05 -04:00
parent 53769c5744
commit 78c361f955

View file

@ -66,14 +66,8 @@ make install \
mv -v $PRGNAM $PRGNAM.new
)
( cd $PKG
find . -type f \
| xargs file \
| grep -e "executable" \
-e ELF \
| cut -f 1 -d : \
| xargs strip --strip-unneeded 2> /dev/null
)
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
if [ -d $PKG/usr/man ]; then
gzip -9 $PKG/usr/man/man?/*