summaryrefslogtreecommitdiffstats
path: root/system/kegs
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-05 03:43:53 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-03-11 07:04:20 +0700
commitd0e6ae508b0ea2f834262014a2796ca47f734300 (patch)
treebb1585fe73144cf877c5a2911be21de39f5b9a8e /system/kegs
parentc6b05da296e5fb2fa7dee07e0fc22f9638937867 (diff)
downloadslackbuilds-d0e6ae508b0ea2f834262014a2796ca47f734300.tar.gz
slackbuilds-d0e6ae508b0ea2f834262014a2796ca47f734300.tar.xz
system/kegs: Minor script fix.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/kegs')
-rw-r--r--system/kegs/kegs.SlackBuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/system/kegs/kegs.SlackBuild b/system/kegs/kegs.SlackBuild
index cab7eaf430..79883b8daa 100644
--- a/system/kegs/kegs.SlackBuild
+++ b/system/kegs/kegs.SlackBuild
@@ -6,6 +6,11 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20170305 bkw:
+# - fix building under installwatch, caused by a symlink in the
+# tarball being listed before its target Why does this choke
+# under installwatch and not otherwise? Not bumping BUILD for this.
+
# 20150621 bkw: bump BUILD to 2
# - fix link to GS/OS images in README
# - split up huge README, move most of it to README.Slackware
@@ -47,7 +52,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/$PRGNAM.$VERSION.tar.gz --exclude vars
cd $PRGNAM.$VERSION
chown -R root:root .
find -L . \