diff options
author | Giancarlo Dessi <slack@giand.it> | 2024-04-12 22:55:34 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-13 22:03:50 +0700 |
commit | 93d20f8a38a80f31922e38870f83c6cf3c8d82c0 (patch) | |
tree | e560845f77cad1fc1b2bf0073fdc62cb89b65358 /libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild | |
parent | 42588fbf60880c4467bd64427daa8fc5ffa8cc0c (diff) |
libraries/msgpack-c-cpp: Fix DOWNLOAD.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild')
-rw-r--r-- | libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |