summaryrefslogtreecommitdiffstats
path: root/graphics/rawtherapee/rawtherapee.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/rawtherapee/rawtherapee.SlackBuild')
-rw-r--r--graphics/rawtherapee/rawtherapee.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/rawtherapee/rawtherapee.SlackBuild b/graphics/rawtherapee/rawtherapee.SlackBuild
index 8aba4304a2..2638650503 100644
--- a/graphics/rawtherapee/rawtherapee.SlackBuild
+++ b/graphics/rawtherapee/rawtherapee.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for rawtherapee
-# Copyright 2014-2017 Panagiotis Nikolaou, Culver City, CA
+# Copyright 2014-2018 Panagiotis Nikolaou, Culver City, CA
# 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=rawtherapee
-VERSION=${VERSION:-5.3}
+VERSION=${VERSION:-5.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -90,6 +90,8 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+mv $PKG/usr/share/doc/$PRGNAM/* $PKG/usr/doc/$PRGNAM-$VERSION
+rm -rf $PKG/usr/share/doc
cp -a RELEASE_NOTES.txt README.md AUTHORS.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild