From d0e6ae508b0ea2f834262014a2796ca47f734300 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 5 Mar 2017 03:43:53 -0500 Subject: system/kegs: Minor script fix. Signed-off-by: B. Watson --- system/kegs/kegs.SlackBuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'system/kegs') diff --git a/system/kegs/kegs.SlackBuild b/system/kegs/kegs.SlackBuild index cab7eaf4302b..79883b8daa51 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 . \ -- cgit v1.2.3