This commit is contained in:
YellowJacketLinux 2024-10-07 13:32:49 -07:00
parent d1bdd6bbc4
commit bb381e4ddb

View File

@ -12,7 +12,7 @@ tar -zxf ${openssl_tarball}
cd openssl-${openssl_version}
./configure --prefix=/opt/openssl \
./config --prefix=/opt/openssl \
--openssldir=/opt/openssl/ssl \
--libdir=lib \
shared \
@ -29,4 +29,3 @@ if [ $? -ne 0 ]; then
myfail "Failed installing openssl"
fi
[ -d /usr/share/doc/openssl ] && mv /usr/share/doc/openssl /usr/share/doc/openssl-${openssl_version}