multimedia/2ManDVD: Fixed for bash4.
This commit is contained in:
parent
7f5e549cc2
commit
13197d4350
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue