diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2023-07-19 09:50:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-19 09:50:03 +0700 |
commit | bff953c50f0062fe39e956301638e8e841682b60 (patch) | |
tree | 5d2932d00d64485ba4ea4841fd031960b812d101 /graphics/tuxpaint | |
parent | 9057d6d3089b18ac96ec038d92a9e84eaff4ca8b (diff) |
graphics/tuxpaint: Fix script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/tuxpaint')
-rw-r--r-- | graphics/tuxpaint/tuxpaint.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/tuxpaint/tuxpaint.SlackBuild b/graphics/tuxpaint/tuxpaint.SlackBuild index 8d0796333772..6fff8bd3e2ac 100644 --- a/graphics/tuxpaint/tuxpaint.SlackBuild +++ b/graphics/tuxpaint/tuxpaint.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tuxpaint VERSION=${VERSION:-0.9.30} CONFVER=${CONFVER:-0.0.21} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -77,9 +77,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ -# 20220226 bkw: fix parallel builds. -mkdir trans - # 20220226 bkw: FFS, do NOT attempt to install icons and .desktop # using the xdg-icon-resource and xdg-desktop-menu tools: these don't # support DESTDIR or any other way to control where the files get |