mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(openssl^3)[1]
This commit is contained in:
parent
512413a9c1
commit
4ab6fb310b
|
@ -28,7 +28,7 @@ build:
|
||||||
make --jobs {{ hw.concurrency }}
|
make --jobs {{ hw.concurrency }}
|
||||||
make install_sw # `_sw` avoids installing docs
|
make install_sw # `_sw` avoids installing docs
|
||||||
|
|
||||||
cd "{{prefix}}/lib"
|
cd "{{prefix}}"
|
||||||
if test -d lib64; then
|
if test -d lib64; then
|
||||||
mv lib64 lib
|
mv lib64 lib
|
||||||
ln -s lib lib64
|
ln -s lib lib64
|
||||||
|
|
Loading…
Reference in a new issue