aboutsummaryrefslogtreecommitdiff
path: root/system/slapt-get/slapt-get.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/slapt-get/slapt-get.SlackBuild')
-rw-r--r--system/slapt-get/slapt-get.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/slapt-get/slapt-get.SlackBuild b/system/slapt-get/slapt-get.SlackBuild
index eaba3688e0..4f43253cbe 100644
--- a/system/slapt-get/slapt-get.SlackBuild
+++ b/system/slapt-get/slapt-get.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=slapt-get
-VERSION=${VERSION:-0.11.8}
+VERSION=${VERSION:-0.11.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -82,7 +82,7 @@ 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 {} \;
-CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" meson setup build --prefix=/usr --sysconfdir=/etc --mandir=/usr/man --buildtype=debugoptimized
+CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" meson setup build --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --sysconfdir=/etc --mandir=/usr/man --buildtype=release
meson compile -C build
DESTDIR="$PKG" meson install -C build