diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2018-07-29 08:25:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-29 08:25:07 +0700 |
commit | cfe649a01bd5f52785f4533100ac4e5a370c9855 (patch) | |
tree | eb8cfc0c04b07f54e9e39863e1b85745a0cdce68 /libraries/lensfun/lensfun.SlackBuild | |
parent | 5ada6ca2402df7c6853515a6b1b6b28cb2e1e8cc (diff) |
libraries/lensfun: Fix Python build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/lensfun/lensfun.SlackBuild')
-rw-r--r-- | libraries/lensfun/lensfun.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/lensfun/lensfun.SlackBuild b/libraries/lensfun/lensfun.SlackBuild index e50940942848d..6e9fc0a567a65 100644 --- a/libraries/lensfun/lensfun.SlackBuild +++ b/libraries/lensfun/lensfun.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=lensfun VERSION=${VERSION:-0.3.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -70,6 +70,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 {} \; +patch -p1 < $CWD/lensfun-fix-python-install-dir.patch mkdir -p build cd build cmake \ |