summaryrefslogtreecommitdiffstats
path: root/network/baikal/baikal.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/baikal/baikal.SlackBuild')
-rw-r--r--network/baikal/baikal.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/network/baikal/baikal.SlackBuild b/network/baikal/baikal.SlackBuild
index 5b5c24d910..ff3fd56296 100644
--- a/network/baikal/baikal.SlackBuild
+++ b/network/baikal/baikal.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for baikal
-# Copyright 2022 Johannes Schoepfer, Germany
+# Copyright 2022-2024 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=baikal
-VERSION=${VERSION:-0.9.2}
+VERSION=${VERSION:-0.9.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -52,16 +52,16 @@ cd $PRGNAM
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,etc/httpd/extra}
chown -R apache $PKG/usr/share/$PRGNAM
cp -R Core config html Specific vendor $PKG/usr/share/$PRGNAM
chown -R apache $PKG/usr/share/$PRGNAM/{config,Specific}
# Remove cruft
-find $PKG -type f -name '.empty' -delete
+find $PKG -empty -delete
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \