diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2020-05-20 17:51:13 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-23 09:32:02 +0700 |
commit | 3051ab09f3323a74c8688b5315544381b4ed6945 (patch) | |
tree | 7e6daf6dfc807658d30fcdc1ad84cf3f61956827 /system/kitchen-sync/kitchen-sync.SlackBuild | |
parent | d9389051a48b81cd59497e4c6c80846d8dc0208d (diff) |
system/kitchen-sync: Updated for version 2.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/kitchen-sync/kitchen-sync.SlackBuild')
-rw-r--r-- | system/kitchen-sync/kitchen-sync.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/system/kitchen-sync/kitchen-sync.SlackBuild b/system/kitchen-sync/kitchen-sync.SlackBuild index e51808927b2f8..0e33f06375ad0 100644 --- a/system/kitchen-sync/kitchen-sync.SlackBuild +++ b/system/kitchen-sync/kitchen-sync.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for kitchen-sync -# Copyright 2016-2019 Andrew Clemons, Wellington New Zealand +# Copyright 2016-2020 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=kitchen-sync SRCNAM=$(echo "$PRGNAM" | tr '-' '_') -VERSION=${VERSION:-1.17} +VERSION=${VERSION:-2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,7 +59,9 @@ cd $TMP rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION + zcat $CWD/0001-Restore-compatibility-with-1.0-servers.patch.gz | patch -p1 + chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |