summaryrefslogtreecommitdiff
path: root/desktop/oranchelo-icon-theme/oranchelo-icon-theme.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/oranchelo-icon-theme/oranchelo-icon-theme.SlackBuild')
-rw-r--r--desktop/oranchelo-icon-theme/oranchelo-icon-theme.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/oranchelo-icon-theme/oranchelo-icon-theme.SlackBuild b/desktop/oranchelo-icon-theme/oranchelo-icon-theme.SlackBuild
index 30b3c923d9..2448c7b067 100644
--- a/desktop/oranchelo-icon-theme/oranchelo-icon-theme.SlackBuild
+++ b/desktop/oranchelo-icon-theme/oranchelo-icon-theme.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for oranchelo-icon-theme.
#
-# Copyright 2016 Edinaldo P. Silva, Rio de Janeiro, Brazil.
+# Copyright 2016-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# 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="oranchelo-icon-theme"
-VERSION=${VERSION:-0.7.4}
+VERSION=${VERSION:-0.7.4.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -50,10 +50,10 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p $PKG/usr/share/icons
-cp -a Oranchelo Oranchelo-Green $PKG/usr/share/icons/
+cp -r Oranchelo Oranchelo-Green $PKG/usr/share/icons/
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a Authors Changelog LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp Authors Changelog LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install