aboutsummaryrefslogtreecommitdiff
path: root/desktop/musca
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/musca')
-rw-r--r--desktop/musca/musca.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/desktop/musca/musca.SlackBuild b/desktop/musca/musca.SlackBuild
index b04f511f4b04..980f7d24afc7 100644
--- a/desktop/musca/musca.SlackBuild
+++ b/desktop/musca/musca.SlackBuild
@@ -81,12 +81,8 @@ mkdir -p $PKG/usr/bin
cd $TMP/$PRGNAM-$VERSION
cp musca apis xlisten $PKG/usr/bin/
-( 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/etc/X11/xinit
cat $CWD/xinitrc.musca > $PKG/etc/X11/xinit/xinitrc.musca