From 8ddee49ec5277613891f4ac7e193b7ebd3b876f2 Mon Sep 17 00:00:00 2001 From: Florian Wickert Date: Tue, 10 Sep 2024 18:45:45 +0200 Subject: [PATCH] boost prepareModule: switch from p7zip to 7zip binary --- .../jvxLibraries/third_party/web/boost/prepareModules-glnx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/jvxLibraries/third_party/web/boost/prepareModules-glnx.sh b/sources/jvxLibraries/third_party/web/boost/prepareModules-glnx.sh index a8197d29..ed603fe5 100755 --- a/sources/jvxLibraries/third_party/web/boost/prepareModules-glnx.sh +++ b/sources/jvxLibraries/third_party/web/boost/prepareModules-glnx.sh @@ -7,9 +7,9 @@ if [ ! -d "boost" ]; then curl -kLSs https://boostorg.jfrog.io/artifactory/main/release/1.70.0/binaries/boost_1_70_0-unsupported-bin-msvc-all-32-64.7z -o boost-1.70.0.7z fi - # We need to "sudo apt install p7zip-full" + # We need to "sudo apt install 7zip" echo "2) Extracting boost binary package" - 7z x boost-1.70.0.7z + 7zz x boost-1.70.0.7z echo "3) Renaming boost folder" mv boost_1_70_0 boost