summaryrefslogtreecommitdiffstats
path: root/network/onedrive/onedrive.SlackBuild
diff options
context:
space:
mode:
author brobr2022-05-05 12:21:45 +0200
committer Willy Sudiarto Raharjo2022-05-07 08:59:25 +0200
commitf3ea81fa82b7d95569fd4c56392129d82c473824 (patch)
tree5488b4de905f78c0772ee00bd479b7d66cd6ee98 /network/onedrive/onedrive.SlackBuild
parent7da9cda6c897c747862ad7fa8eba40e7104790dd (diff)
downloadslackbuilds-f3ea81fa82b7d95569fd4c56392129d82c473824.tar.gz
network/onedrive: Updated for version 2.4.17.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/onedrive/onedrive.SlackBuild')
-rw-r--r--network/onedrive/onedrive.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/network/onedrive/onedrive.SlackBuild b/network/onedrive/onedrive.SlackBuild
index 4d1601aaa2..90127731fb 100644
--- a/network/onedrive/onedrive.SlackBuild
+++ b/network/onedrive/onedrive.SlackBuild
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=onedrive
-VERSION=${VERSION:-2.4.16}
+VERSION=${VERSION:-2.4.17}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -99,6 +99,8 @@ 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
+# @aclemons: man archive ends up as an executable; to correct this:
+for i in $( find $PKG/usr/man -name ${PRGNAM}.?.gz) ; do chmod 0644 $i; done
mv $PKG/etc/logrotate.d/onedrive $PKG/etc/logrotate.d/onedrive.new