diff options
Diffstat (limited to 'office/khard/khard.SlackBuild')
-rw-r--r-- | office/khard/khard.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/khard/khard.SlackBuild b/office/khard/khard.SlackBuild index c9249f4445..da49feee6c 100644 --- a/office/khard/khard.SlackBuild +++ b/office/khard/khard.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=khard VERSION=${VERSION:-0.18.0} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,7 +76,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - python3 setup.py install --root=$PKG +python3 setup.py install --root=$PKG # Strip binaries and libraries. find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |