multimedia/2ManDVD: Fixed for bash4.

This commit is contained in:
David Somero 2010-05-19 02:40:22 -04:00
parent 7f5e549cc2
commit 13197d4350

View file

@ -65,12 +65,8 @@ cp -R \
Bibliotheque Interface 2mandvd_*.qm 2mandvd_*.ts *.wav *.pl \
$PKG/usr/share/$PRGNAM
( 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
# Make desktop entry
mkdir -p $PKG/usr/share/applications