diff options
Diffstat (limited to 'development/hub/hub.SlackBuild')
-rw-r--r-- | development/hub/hub.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/hub/hub.SlackBuild b/development/hub/hub.SlackBuild index 768cf3de55ccb..94e4f6a86f33b 100644 --- a/development/hub/hub.SlackBuild +++ b/development/hub/hub.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for hub -# Copyright 2014-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |