mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/kegs: Minor script fix.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
c6b05da296
commit
d0e6ae508b
1 changed files with 6 additions and 1 deletions
|
@ -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 . \
|
||||
|
|
Loading…
Reference in a new issue