diff options
Diffstat (limited to 'network/mosaic-ck/mosaic-ck.SlackBuild')
-rw-r--r-- | network/mosaic-ck/mosaic-ck.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/mosaic-ck/mosaic-ck.SlackBuild b/network/mosaic-ck/mosaic-ck.SlackBuild index 7b186da0e401..556e22311933 100644 --- a/network/mosaic-ck/mosaic-ck.SlackBuild +++ b/network/mosaic-ck/mosaic-ck.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230108 bkw: BUILD=2, fix doinst.sh. # 20211207 bkw: update for 2.7ck13, which contains build fixes # for recent glibc (e.g. the one in Slackware -current). Also # add new-style icons. @@ -24,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mosaic-ck VERSION=${VERSION:-2.7ck13} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |