summaryrefslogtreecommitdiffstats
path: root/misc/ibus-unikey
diff options
context:
space:
mode:
author David Somero <xgizzmo@slackbuilds.org>2010-05-19 02:40:04 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-05-19 02:40:04 -0400
commitff4c6479720c4cf9955900ee5cab0eb7fd427dd7 (patch)
treea2de87c28ce4ee38be601251c77c717dba92807c /misc/ibus-unikey
parent16ffd655387aa4d7a952f6ae36cf2b60c606c86e (diff)
downloadslackbuilds-ff4c6479720c4cf9955900ee5cab0eb7fd427dd7.tar.gz
slackbuilds-ff4c6479720c4cf9955900ee5cab0eb7fd427dd7.tar.xz
misc/ibus-unikey: Fixed for bash4.
Diffstat (limited to 'misc/ibus-unikey')
-rw-r--r--misc/ibus-unikey/ibus-unikey.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/ibus-unikey/ibus-unikey.SlackBuild b/misc/ibus-unikey/ibus-unikey.SlackBuild
index 45bec4d00f..b3b7196ccd 100644
--- a/misc/ibus-unikey/ibus-unikey.SlackBuild
+++ b/misc/ibus-unikey/ibus-unikey.SlackBuild
@@ -58,12 +58,8 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-( 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 \