diff options
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 |
commit | ff4c6479720c4cf9955900ee5cab0eb7fd427dd7 (patch) | |
tree | a2de87c28ce4ee38be601251c77c717dba92807c /misc/ibus-unikey | |
parent | 16ffd655387aa4d7a952f6ae36cf2b60c606c86e (diff) |
misc/ibus-unikey: Fixed for bash4.
Diffstat (limited to 'misc/ibus-unikey')
-rw-r--r-- | misc/ibus-unikey/ibus-unikey.SlackBuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/ibus-unikey/ibus-unikey.SlackBuild b/misc/ibus-unikey/ibus-unikey.SlackBuild index 45bec4d00f1b..b3b7196ccd4c 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 \ |