diff options
-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} |