diff options
author | Fabio Bas <ctrlaltca at> | 2023-11-11 08:36:34 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-11 08:08:34 +0700 |
commit | 83ebff11861955ed1d2b3667f64acff6ac5f091a (patch) | |
tree | 2311b62320de6b58096bd4236351e47b54e62fbf /system/backintime/backintime.SlackBuild | |
parent | 679a88c7f99198ee50904c1b6646efffbd37a023 (diff) |
system/backintime: Updated for version 1.4.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/backintime/backintime.SlackBuild')
-rw-r--r-- | system/backintime/backintime.SlackBuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/system/backintime/backintime.SlackBuild b/system/backintime/backintime.SlackBuild index b5073d78c6fea..ff9170e40665a 100644 --- a/system/backintime/backintime.SlackBuild +++ b/system/backintime/backintime.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=backintime -VERSION=${VERSION:-1.3.3} +VERSION=${VERSION:-1.4.1} 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 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 |