diff options
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 005c42ea9c67..c5ba0dc524a3 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 \ |