Skip to content

Commit 3532d15

Browse files
committed
openssl.sh: use install_sw [ci skip]
Replacing `install`. It skips installing the `ssl` directory, which is unnecessary in these builds.
1 parent f6fedfb commit 3532d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ _VER="$1"
201201

202202
SOURCE_DATE_EPOCH="${unixts}" TZ=UTC make --directory="${_BLDDIR}" --jobs="${_JOBS}"
203203
# Ending slash required.
204-
make --directory="${_BLDDIR}" --jobs="${_JOBS}" install "DESTDIR=$(pwd)/${_PKGDIR}/" >/dev/null # 2>&1
204+
make --directory="${_BLDDIR}" --jobs="${_JOBS}" install_sw "DESTDIR=$(pwd)/${_PKGDIR}/" >/dev/null # 2>&1
205205

206206
# OpenSSL 3.x does not strip the drive letter anymore:
207207
# ./openssl/${_PKGDIR}/C:/Windows/System32/OpenSSL

0 commit comments

Comments
 (0)