diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-08-31 19:18:37 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-05 08:26:51 +0700 |
commit | d155b6d4fc52896d4a68019e3b0e15a1321676c2 (patch) | |
tree | b45b79d4ade3f39c887883ca9a2461a3d217df6c /audio/zynjacku | |
parent | 76b574ff3f6bd273f02fda1db1d9e06955e0a215 (diff) | |
download | slackbuilds-d155b6d4fc52896d4a68019e3b0e15a1321676c2.tar.gz |
audio/zynjacku: Fix for the newer lv2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/zynjacku')
-rw-r--r-- | audio/zynjacku/zynjacku.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/zynjacku/zynjacku.SlackBuild b/audio/zynjacku/zynjacku.SlackBuild index d036092620..18e4114f42 100644 --- a/audio/zynjacku/zynjacku.SlackBuild +++ b/audio/zynjacku/zynjacku.SlackBuild @@ -53,6 +53,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# In the newer lv2 the pkgconfig file is named differently... +sed -i "s|lv2core|lv2|" configure + # If LV2_PATH not set, a hard-coded path including /usr/lib/lv2 is used. # On x86_64, this is wrong. if [ "$LIBDIRSUFFIX" != "" ]; then |