aboutsummaryrefslogtreecommitdiff
path: root/audio/nekobee/nekobee.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/nekobee/nekobee.SlackBuild')
-rw-r--r--audio/nekobee/nekobee.SlackBuild12
1 files changed, 8 insertions, 4 deletions
diff --git a/audio/nekobee/nekobee.SlackBuild b/audio/nekobee/nekobee.SlackBuild
index e8bd317a0c6f7..b0ea9ce2ca975 100644
--- a/audio/nekobee/nekobee.SlackBuild
+++ b/audio/nekobee/nekobee.SlackBuild
@@ -11,7 +11,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nekobee
-VERSION=${VERSION:-593d4be}
+VERSION=${VERSION:-56187f6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -55,11 +55,15 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-master
-unzip $CWD/$PRGNAM-$VERSION.zip
-cd $PRGNAM-master
+rm -rf $PRGNAM-$VERSION
+mkdir $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz \
+ -C $PRGNAM-$VERSION --strip-components 1
+cd $PRGNAM-$VERSION
+
# https://github.com/gordonjcp/nekobee/pull/9/files
patch -p1 < $CWD/multiple_user_friendly_id.patch
+
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \