summaryrefslogtreecommitdiffstats
path: root/system/isomd5sum/isomd5sum.SlackBuild
diff options
context:
space:
mode:
author B. Watson2017-03-02 22:14:46 +0100
committer Willy Sudiarto Raharjo2017-03-04 01:26:50 +0100
commit19cdee5dbeaffd18837cc1df4a256dfbf24efe03 (patch)
tree6ed05e5a79dde3fe9249199e75dc13cfa4a2ec22 /system/isomd5sum/isomd5sum.SlackBuild
parent6397dbf4291cb4e73e977419d1595cc2f100fc52 (diff)
downloadslackbuilds-19cdee5dbeaffd18837cc1df4a256dfbf24efe03.tar.gz
system/isomd5sum: Use long-format github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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 . \