summaryrefslogtreecommitdiffstats
path: root/network/onedrive/onedrive.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/onedrive/onedrive.SlackBuild')
-rw-r--r--network/onedrive/onedrive.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/network/onedrive/onedrive.SlackBuild b/network/onedrive/onedrive.SlackBuild
index efa26c758b..b15aa0b989 100644
--- a/network/onedrive/onedrive.SlackBuild
+++ b/network/onedrive/onedrive.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Slackware build script for onedrive
-# Copyright 2019-2020 Rob van Nues
+# Copyright 2019-2023 Rob van Nues
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=onedrive
-VERSION=${VERSION:-2.4.7}
+VERSION=${VERSION:-2.4.25}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -100,6 +100,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
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
+
mv $PKG/etc/logrotate.d/onedrive $PKG/etc/logrotate.d/onedrive.new
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION