diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com> | 2022-04-15 12:40:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-16 12:12:43 +0700 |
commit | 82b0e978dda0d3a2fdeb96ca8632e797e9e48a0e (patch) | |
tree | d0f8a88da5905ee5c92eaab395c7ded274f77f5f /libraries/libgweather | |
parent | c0a86b4aafeea6273640d57d481898917ebd1135 (diff) | |
download | slackbuilds-82b0e978dda0d3a2fdeb96ca8632e797e9e48a0e.tar.gz |
libraries/libgweather: Fix doinst.sh typo.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libgweather')
-rw-r--r-- | libraries/libgweather/doinst.sh | 2 | ||||
-rw-r--r-- | libraries/libgweather/libgweather.SlackBuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libraries/libgweather/doinst.sh b/libraries/libgweather/doinst.sh index b8fb84f313..3202f07b18 100644 --- a/libraries/libgweather/doinst.sh +++ b/libraries/libgweather/doinst.sh @@ -3,4 +3,4 @@ if [ -e usr/share/glib-2.0/schemas ]; then if [ -x /usr/bin/glib-compile-schemas ]; then /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1 fi -if +fi diff --git a/libraries/libgweather/libgweather.SlackBuild b/libraries/libgweather/libgweather.SlackBuild index 33d6058b42..d7d7070a8a 100644 --- a/libraries/libgweather/libgweather.SlackBuild +++ b/libraries/libgweather/libgweather.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libgweather VERSION=${VERSION:-40.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |