aboutsummaryrefslogtreecommitdiff
path: root/office/calibre-bin/calibre-bin.SlackBuild
diff options
context:
space:
mode:
authorAlexander Verbovetsky <alik@ejik.org>2023-07-15 11:08:12 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-15 17:30:04 +0700
commit2bac4d039f4eeda329365285378be15a9e789221 (patch)
tree165b9f5503ca9db23811d66b8952fe9b112953a6 /office/calibre-bin/calibre-bin.SlackBuild
parent49044227a24a953d488e8c6a76a11fdcdae825b9 (diff)
office/calibre-bin: Updated for version 6.23.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/calibre-bin/calibre-bin.SlackBuild')
-rw-r--r--office/calibre-bin/calibre-bin.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/office/calibre-bin/calibre-bin.SlackBuild b/office/calibre-bin/calibre-bin.SlackBuild
index e11522fb8a075..98943a48308c5 100644
--- a/office/calibre-bin/calibre-bin.SlackBuild
+++ b/office/calibre-bin/calibre-bin.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=calibre-bin
-VERSION=${VERSION:-6.22.0}
+VERSION=${VERSION:-6.23.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -73,6 +73,10 @@ done
rm calibre-uninstall
cd ../..
+find -L opt/calibre/plugins -type f -name "*.so" -exec chmod 755 {} \;
+find -L opt/calibre/lib/calibre-extensions \
+ -type f -name "*.so" -exec chmod 755 {} \;
+
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \