summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2014-06-15 10:59:18 +0100
committer Erik Hanson <erik@slackbuilds.org>2014-06-18 16:19:01 -0500
commit24dcd3a95eeca26b134486fc55446b65773d0dea (patch)
tree9ae7580e3c9c903ae027ce12ccb9b3ed18f659e6 /audio
parent01c3b3420545a551ca44840e50e6559522a5420a (diff)
downloadslackbuilds-24dcd3a95eeca26b134486fc55446b65773d0dea.tar.gz
slackbuilds-24dcd3a95eeca26b134486fc55446b65773d0dea.tar.xz
audio/faust: Fixed script.
Zip file has no top level directory. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/faust/faust.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/faust/faust.SlackBuild b/audio/faust/faust.SlackBuild
index 2acbb69671..a74e0c8afe 100644
--- a/audio/faust/faust.SlackBuild
+++ b/audio/faust/faust.SlackBuild
@@ -38,8 +38,9 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-unzip $CWD/$PRGNAM-$VERSION.zip
+mkdir $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
+unzip $CWD/$PRGNAM-$VERSION.zip
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \