summaryrefslogtreecommitdiffstats
path: root/system/archivemount/archivemount.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/archivemount/archivemount.SlackBuild')
-rw-r--r--system/archivemount/archivemount.SlackBuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/system/archivemount/archivemount.SlackBuild b/system/archivemount/archivemount.SlackBuild
index 5c2a6bee93..4b2001ae1d 100644
--- a/system/archivemount/archivemount.SlackBuild
+++ b/system/archivemount/archivemount.SlackBuild
@@ -6,8 +6,12 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20200923 bkw: Update for v0.9.1. Thanks to Alexander Verbovetsky
+# for pointing out the real homepage and new version of archivemount.
+# Also, reflowed the README, all the lines are <= 72 characters now.
+
PRGNAM=archivemount
-VERSION=${VERSION:-0.8.7}
+VERSION=${VERSION:-0.9.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,13 +44,11 @@ fi
set -e
-TARBALL="${PRGNAM}_${VERSION}.orig.tar.gz"
-
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$TARBALL
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \