From f743a327440854a2b74002d9e6eab3005152e661 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 17 Jul 2021 19:31:30 +0300 Subject: [PATCH] openssl: nit --- core/openssl/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/openssl/build b/core/openssl/build index 6c1dd145..cdab7d1b 100755 --- a/core/openssl/build +++ b/core/openssl/build @@ -13,7 +13,7 @@ export CC="${CC:-cc}" linux-x86_64 make depend -make V=1 +make make DESTDIR="$1" \ install_sw \