diff options
author | Leo C <leoc@gmx.com> | 2019-05-09 23:51:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-09 23:51:32 +0700 |
commit | 7d34155743ccb71220a95efb6fe84c3a5090ff8f (patch) | |
tree | 1154099628d80f7260c9462405f4a760f2b18fd3 /desktop/Surfn/Surfn.SlackBuild | |
parent | 1f03f34b162d9fa6bd9247fb41cec508529b9386 (diff) |
desktop/Surfn: Updated for version 9.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/Surfn/Surfn.SlackBuild')
-rw-r--r-- | desktop/Surfn/Surfn.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/Surfn/Surfn.SlackBuild b/desktop/Surfn/Surfn.SlackBuild index c6ad00ea41e30..3f4400577005a 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 {} \; |