mirror of
https://github.com/YellowJacketLinux/lfs-buildscripts.git
synced 2025-02-02 23:07:18 +08:00
bug fix
This commit is contained in:
parent
d1bdd6bbc4
commit
bb381e4ddb
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user