mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
testssl: gentoo sync
This commit is contained in:
parent
2e072fb25d
commit
79f2373c74
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ QA_PREBUILT="opt/${PN}/*"
|
|||
pkg_setup() {
|
||||
if use amd64; then
|
||||
if use kerberos; then
|
||||
BUNDLED_OPENSSL="openssl.Linux.x86_64.krb5"
|
||||
BUNDLED_OPENSSL="openssl.Linux.x86_64.krb"
|
||||
else
|
||||
BUNDLED_OPENSSL="openssl.Linux.x86_64"
|
||||
fi
|
||||
|
|
@ -70,6 +70,6 @@ src_install() {
|
|||
|
||||
if use bundled-openssl; then
|
||||
exeinto /opt/${PN}
|
||||
doexe bin/${BUNDLED_OPENSSL}
|
||||
use amd64 && doexe bin/${BUNDLED_OPENSSL}
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue