summaryrefslogtreecommitdiffstats
path: root/desktop/Surfn/Surfn.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/Surfn/Surfn.SlackBuild')
-rw-r--r--desktop/Surfn/Surfn.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/Surfn/Surfn.SlackBuild b/desktop/Surfn/Surfn.SlackBuild
index c6ad00ea41..3f44005770 100644
--- a/desktop/Surfn/Surfn.SlackBuild
+++ b/desktop/Surfn/Surfn.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Surfn
-# Copyright 2018 Leonardo Citrolo, Italy
+# Copyright 2018-2019 Leonardo Citrolo, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Surfn
-VERSION=${VERSION:-9.6.0}
+VERSION=${VERSION:-9.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -50,7 +50,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p $PKG/usr/share/icons
-cp -a $PRGNAM* $PKG/usr/share/icons
+cp -a surfn-icons/$PRGNAM* $PKG/usr/share/icons
find -L $PKG/usr/share/icons -type f -exec chmod 644 {} \;
find -L $PKG/usr/share/icons -type f -name '*.sh' -exec chmod 755 {} \;