summaryrefslogtreecommitdiffstats
path: root/system/scanmem/scanmem.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/scanmem/scanmem.SlackBuild')
-rw-r--r--system/scanmem/scanmem.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/scanmem/scanmem.SlackBuild b/system/scanmem/scanmem.SlackBuild
index 27ca8529b5..f0f84d6695 100644
--- a/system/scanmem/scanmem.SlackBuild
+++ b/system/scanmem/scanmem.SlackBuild
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=scanmem
-VERSION=${VERSION:-0.16}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.17}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -95,8 +95,8 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-# Remove unused GameConqueror files from usr/share/locale
-find $PKG/usr/share/locale -name GameConqueror.mo -delete
+# Use python3
+sed -i "s|env\ python|env python3|" $PKG/usr/share/gameconqueror/GameConqueror.py
# Remove usr/share* empty directories
find $PKG -depth -empty -exec rmdir {} \;