diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2017-03-09 22:52:42 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-18 06:59:15 +0700 |
commit | 618bec2fd6a79d18b89b05ea3e05666b50b10598 (patch) | |
tree | 2afc3dc6be9d05520aaf8e87ec7d7ea88e313065 /graphics/vsxu/vsxu.SlackBuild | |
parent | d32e49bd48915f528aadbcdcaf43dacc34f21959 (diff) | |
download | slackbuilds-618bec2fd6a79d18b89b05ea3e05666b50b10598.tar.gz |
graphics/vsxu: Use long form DOWNLOAD url
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'graphics/vsxu/vsxu.SlackBuild')
-rw-r--r-- | graphics/vsxu/vsxu.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/vsxu/vsxu.SlackBuild b/graphics/vsxu/vsxu.SlackBuild index 10665cc768..0e15d583cc 100644 --- a/graphics/vsxu/vsxu.SlackBuild +++ b/graphics/vsxu/vsxu.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for vsxu -# Copyright 2014-2016 Christoph Willing, Brisbane, Australia +# Copyright 2014-2017 Christoph Willing, Brisbane, Australia # 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 xf $CWD/$PRGNAM-$VERSION.tar.gz || tar xf $CWD/v$VERSION.tar.gz +tar xf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |