diff options
Diffstat (limited to 'multimedia/kdenlive/kdenlive.SlackBuild')
-rw-r--r-- | multimedia/kdenlive/kdenlive.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/kdenlive/kdenlive.SlackBuild b/multimedia/kdenlive/kdenlive.SlackBuild index 5e1102256c..874bf5e963 100644 --- a/multimedia/kdenlive/kdenlive.SlackBuild +++ b/multimedia/kdenlive/kdenlive.SlackBuild @@ -62,7 +62,7 @@ PRGNAM=kdenlive VERSION=${VERSION:-0.9.8} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -105,8 +105,9 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +patch -p1 < $CWD/locales.patch # Workaround for CMakeList.txt error at build time on some versions of Slackware sed -i.bak -e '69d' src/CMakeLists.txt cmake \ |