diff options
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 e509409428..6e9fc0a567 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 \ |