summaryrefslogtreecommitdiffstats
path: root/multimedia/vkeybd/vkeybd.SlackBuild
diff options
context:
space:
mode:
author Luis Henrique <lmello.009@gmail.com>2010-05-13 00:35:16 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-13 00:35:16 +0200
commit91dc3878c866156989fe69017e164d8a32b938d5 (patch)
treed42a3da2a13659e40e670f84d756ffe69b5088c1 /multimedia/vkeybd/vkeybd.SlackBuild
parent5e147710ad2bc69d854af6fdb62c6016f57767cf (diff)
downloadslackbuilds-91dc3878c866156989fe69017e164d8a32b938d5.tar.gz
slackbuilds-91dc3878c866156989fe69017e164d8a32b938d5.tar.xz
multimedia/vkeybd: Updated for version 0.1.17b
Diffstat (limited to 'multimedia/vkeybd/vkeybd.SlackBuild')
-rw-r--r--multimedia/vkeybd/vkeybd.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vkeybd/vkeybd.SlackBuild b/multimedia/vkeybd/vkeybd.SlackBuild
index faeeb88290..a4887d8bf0 100644
--- a/multimedia/vkeybd/vkeybd.SlackBuild
+++ b/multimedia/vkeybd/vkeybd.SlackBuild
@@ -60,7 +60,7 @@ make \
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
+ xargs strip --strip-unneeded 2> /dev/null || true
)
( cd $PKG/usr/man
@@ -76,4 +76,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}