diff options
author | brobr <sborg63@disroot.org> | 2022-06-04 23:08:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-11 08:59:08 +0700 |
commit | 81a16ef5b4ab022f55af09db94e2c2d66b649e6f (patch) | |
tree | 17f4efbe60e2dce18386a84ac155f2afb48196ff /network/onedrive/onedrive.SlackBuild | |
parent | b91be7c777277b9f4d549ebe04f8edd508ca5514 (diff) |
network/onedrive: Updated to version 2.4.18
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/onedrive/onedrive.SlackBuild')
-rw-r--r-- | network/onedrive/onedrive.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/network/onedrive/onedrive.SlackBuild b/network/onedrive/onedrive.SlackBuild index 90127731fb1b..f2565f053b18 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.17} +VERSION=${VERSION:-2.4.18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -99,8 +99,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 -# @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 |