audio/SimpleSysexxer: Fixed for bash4.

This commit is contained in:
David Somero 2010-05-19 02:30:58 -04:00
parent 0dbb6faf48
commit 286fd7f3f3
1 changed files with 2 additions and 6 deletions

View File

@ -55,12 +55,8 @@ make install DESTDIR=$PKG INSTALL_ROOT=$PKG
cat $CWD/simplesysexxer.desktop > \
$PKG/usr/share/applications/simplesysexxer.desktop
( cd $PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null || true
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null || true
)
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a GPL-2 BUILDING CHANGELOG COPYRIGHT CREDITS $PKG/usr/doc/$PRGNAM-$VERSION