summaryrefslogtreecommitdiffstats
path: root/system/lbench/lbench.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/lbench/lbench.SlackBuild')
-rw-r--r--system/lbench/lbench.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/system/lbench/lbench.SlackBuild b/system/lbench/lbench.SlackBuild
index a09c61f354..5cc47386d8 100644
--- a/system/lbench/lbench.SlackBuild
+++ b/system/lbench/lbench.SlackBuild
@@ -26,7 +26,7 @@
# Maintained by David Spencer <baildon.research@googlemail.com>
PRGNAM=lbench
-VERSION=${VERSION:-3.4}
+VERSION=${VERSION:-3.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,9 +72,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 {} \;
-# The makefile fails to create this directory
-mkdir -p $PKG/usr/share/icons
-
CXXFLAGS="$SLKCFLAGS" \
PREFIX=/usr \
make \
@@ -101,7 +98,7 @@ sed -i \
-e "s|/usr/bin/lbench|lbench|" \
-e "s|/usr/share/lbench/icons/lbench.png|lbench|" \
$PKG/usr/share/applications/$PRGNAM.desktop
-cp icons/$PRGNAM.png $PKG/usr/share/pixmaps/
+cp $PRGNAM.png $PKG/usr/share/pixmaps/
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc