summaryrefslogtreecommitdiffstats
path: root/audio/freac/freac.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/freac/freac.SlackBuild')
-rw-r--r--audio/freac/freac.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/freac/freac.SlackBuild b/audio/freac/freac.SlackBuild
index 81f9f2e982..ed56618616 100644
--- a/audio/freac/freac.SlackBuild
+++ b/audio/freac/freac.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for freac.
#
-# Copyright 2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
+# Copyright 2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=freac
-VERSION=${VERSION:-20161129}
+VERSION=${VERSION:-20170317}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,13 +59,15 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
+
rm -rf $PRGNAM-$VERSION
if [ "$ARCH" = "x86_64" ]; then
tar xvf $CWD/$PRGNAM-$VERSION-linux-x64.tar.gz
else
tar xvf $CWD/$PRGNAM-$VERSION-linux.tar.gz
fi
-cd $PRGNAM-$VERSION
+
+cd $PRGNAM-$VERSION-linux
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \