diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-11-24 20:49:02 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-11-25 08:59:57 +0100 |
commit | 7a10b39e8f036460e7ea52ed953ac0fa75a76cd4 (patch) | |
tree | c248a7393473d1cff5147dbc801396503345a80a /source/l | |
parent | 8ed399a7a71742513c5052b560a0e74cf0f0af47 (diff) | |
download | current-7a10b39e8f036460e7ea52ed953ac0fa75a76cd4.tar.gz |
Wed Nov 24 20:49:02 UTC 202120211124204902
kde/kopeninghours-21.08.3-x86_64-2.txz: Rebuilt.
Repect $LIBDIRSUFFIX when installing the Python module.
Thanks to qunying.
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/Mako/Mako.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/Mako/Mako.SlackBuild b/source/l/Mako/Mako.SlackBuild index 1bb54f87..c2d386b1 100755 --- a/source/l/Mako/Mako.SlackBuild +++ b/source/l/Mako/Mako.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=Mako VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-5} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in |