diff options
Diffstat (limited to 'system/kitchen-sync/kitchen-sync.SlackBuild')
-rw-r--r-- | system/kitchen-sync/kitchen-sync.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/system/kitchen-sync/kitchen-sync.SlackBuild b/system/kitchen-sync/kitchen-sync.SlackBuild index 7d85b220aa973..cfe543d1f3b64 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-2020 Andrew Clemons, Wellington New Zealand +# Copyright 2016-2021 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:-2.10} +VERSION=${VERSION:-2.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,8 +60,6 @@ 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 \ |