diff options
author | otzy_007 <oz [at] oprod [dot] net> | 2012-12-29 20:47:49 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-29 22:25:36 -0500 |
commit | ccfebc6dc860e2bbe78c935c8584dd355025002f (patch) | |
tree | 6a3ac483f73a8be7b0054f794a69cd600ca4b3d4 /desktop/kanyremote/kanyremote.SlackBuild | |
parent | d3284345f21f39209fcac1ffd3cb39b44c6460b2 (diff) | |
download | slackbuilds-ccfebc6dc860e2bbe78c935c8584dd355025002f.tar.gz |
desktop/kanyremote: Updated for version 6.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/kanyremote/kanyremote.SlackBuild')
-rw-r--r-- | desktop/kanyremote/kanyremote.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/kanyremote/kanyremote.SlackBuild b/desktop/kanyremote/kanyremote.SlackBuild index 005c42ea9c..c5ba0dc524 100644 --- a/desktop/kanyremote/kanyremote.SlackBuild +++ b/desktop/kanyremote/kanyremote.SlackBuild @@ -2,10 +2,10 @@ # Slackware build script for kanyremote -# Written by otzy_007 (oz@oprod.net) +# Written by otzy_007 (oz [at] oprod [dot] net) PRGNAM=kanyremote -VERSION=${VERSION:-5.13} +VERSION=${VERSION:-6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,7 +66,7 @@ make make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ |