summaryrefslogtreecommitdiffstats
path: root/system/backintime/backintime.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/backintime/backintime.SlackBuild')
-rw-r--r--system/backintime/backintime.SlackBuild14
1 files changed, 3 insertions, 11 deletions
diff --git a/system/backintime/backintime.SlackBuild b/system/backintime/backintime.SlackBuild
index bc0c39ecce..69ad099c84 100644
--- a/system/backintime/backintime.SlackBuild
+++ b/system/backintime/backintime.SlackBuild
@@ -2,7 +2,7 @@
# SlackBuild script for Back In Time.
#
-# Copyright 2022 Fabio Bas <ctrlaltca {at} gmail [dot] com>
+# Copyright 2022,2023 Fabio Bas <ctrlaltca {at} gmail [dot] com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=backintime
-VERSION=${VERSION:-1.3.2}
+VERSION=${VERSION:-1.4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -110,15 +110,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mv $PKG/usr/share/man/ $PKG/usr
-# Move the Qt docbook files to the appropriate directory
-mv $PKG/usr/share/doc/qt/HTML $PKG/usr/doc/
-
-# Remove duplicate documentation in /usr/share/doc/
-rm -r $PKG/usr/share/doc
-
-cp -a \
- AUTHORS CHANGES LICENSE README.md TODO TRANSLATIONS VERSION \
- $PKG/usr/doc/$PRGNAM-$VERSION
+# Add slackware documentation in /usr/share/doc/
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cat $CWD/README > $PKG/usr/doc/$PRGNAM-$VERSION/README$TAG