From 296746ee2c9b89a5b04f160cf22d7f9227330c05 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 21 Mar 2020 11:50:32 +0100 Subject: 20200321.1 global branch merge. Signed-off-by: Matteo Bernardini --- libraries/podofo/podofo.SlackBuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libraries/podofo/podofo.SlackBuild') diff --git a/libraries/podofo/podofo.SlackBuild b/libraries/podofo/podofo.SlackBuild index 926b5372d3..2f54c18414 100644 --- a/libraries/podofo/podofo.SlackBuild +++ b/libraries/podofo/podofo.SlackBuild @@ -69,6 +69,8 @@ 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 {} \; +sed -i "s/BINARY_DIR}\/objects\"/BINARY_DIR}\/objects\" || true/" test/TokenizerTest/CMakeLists.txt + # Fix mandir directory. sed -i 's|share/man|man|' CMakeLists.txt # Fix building podofo on x86 with cppunit. -- cgit v1.2.3