diff options
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 |
commit | 24dcd3a95eeca26b134486fc55446b65773d0dea (patch) | |
tree | 9ae7580e3c9c903ae027ce12ccb9b3ed18f659e6 /audio/faust | |
parent | 01c3b3420545a551ca44840e50e6559522a5420a (diff) |
audio/faust: Fixed script.
Zip file has no top level directory.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/faust')
-rw-r--r-- | audio/faust/faust.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/faust/faust.SlackBuild b/audio/faust/faust.SlackBuild index 2acbb6967100..a74e0c8afec4 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 \) \ |