games/assaultcube: Fixed for bash4.
This commit is contained in:
parent
a96513d17e
commit
96a5c0ecc4
|
@ -60,12 +60,8 @@ cp -ar \
|
||||||
bin_unix config bot demos mods packages screenshots \
|
bin_unix config bot demos mods packages screenshots \
|
||||||
$PKG/usr/share/$PRGNAM
|
$PKG/usr/share/$PRGNAM
|
||||||
|
|
||||||
( 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 : | \
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
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
|
|
||||||
)
|
|
||||||
|
|
||||||
mkdir -p $PKG/usr/share/{applications,pixmaps}
|
mkdir -p $PKG/usr/share/{applications,pixmaps}
|
||||||
install -m 0644 $CWD/$PRGNAM.desktop $PKG/usr/share/applications
|
install -m 0644 $CWD/$PRGNAM.desktop $PKG/usr/share/applications
|
||||||
|
|
Loading…
Reference in New Issue