From 93d20f8a38a80f31922e38870f83c6cf3c8d82c0 Mon Sep 17 00:00:00 2001 From: Giancarlo Dessi Date: Fri, 12 Apr 2024 22:55:34 +0900 Subject: libraries/msgpack-c-cpp: Fix DOWNLOAD. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild') diff --git a/libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild b/libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild index 6beefdd0d8..8ce326824e 100644 --- a/libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild +++ b/libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild @@ -93,7 +93,7 @@ find -L . \ -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 {} \+ - + sed -i ./CMakeLists.txt -e "s/VERSION 3.1 FATAL_ERROR/VERSION 3.5 FATAL_ERROR/g" mkdir -p build -- cgit v1.2.3