diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-03-20 00:01:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-20 00:01:54 +0700 |
commit | 77aa41e117d5d26cfd34427d320ce18094992e54 (patch) | |
tree | 0c46b244e5f75bcaa0f267a263cee2e54596ec57 /audio/freac/freac.SlackBuild | |
parent | 80241ba8424c9cfa8ee6f7ae9c7ea74201d590df (diff) |
audio/freac: Updated for version 20170317.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/freac/freac.SlackBuild')
-rw-r--r-- | audio/freac/freac.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/freac/freac.SlackBuild b/audio/freac/freac.SlackBuild index 81f9f2e982aa2..ed56618616487 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 \ |