summaryrefslogtreecommitdiffstats
path: root/network/roundcubemail/roundcubemail.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/roundcubemail/roundcubemail.SlackBuild')
-rw-r--r--network/roundcubemail/roundcubemail.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/network/roundcubemail/roundcubemail.SlackBuild b/network/roundcubemail/roundcubemail.SlackBuild
index f215694b13..81857a2de5 100644
--- a/network/roundcubemail/roundcubemail.SlackBuild
+++ b/network/roundcubemail/roundcubemail.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for roundcube
-# Copyright 2022 Johannes Schoepfer, Germany
+# Copyright 2022-2023 Johannes Schoepfer, Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=roundcubemail
-VERSION=${VERSION:-1.4.13}
+VERSION=${VERSION:-1.4.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -52,9 +52,9 @@ cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
+ -o -perm 511 \) -exec chmod 755 {} + -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} +
mkdir -p $PKG/usr/share/$PRGNAM
cp -R \