summaryrefslogtreecommitdiff
path: root/system/isomd5sum/isomd5sum.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/isomd5sum/isomd5sum.SlackBuild')
-rw-r--r--system/isomd5sum/isomd5sum.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/isomd5sum/isomd5sum.SlackBuild b/system/isomd5sum/isomd5sum.SlackBuild
index 306bbc04a6..13ba5aed07 100644
--- a/system/isomd5sum/isomd5sum.SlackBuild
+++ b/system/isomd5sum/isomd5sum.SlackBuild
@@ -8,6 +8,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20170302 bkw: use long-format github URL
+
PRGNAM=isomd5sum
VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-1}
@@ -45,7 +47,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \