mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
pwsh: fix arm, https://github.com/pentoo/pentoo-overlay/issues/651
This commit is contained in:
parent
b22683a3bb
commit
5546f114eb
1 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,8 @@ S=${WORKDIR}
|
|||
|
||||
src_prepare() {
|
||||
default
|
||||
rm libcrypto.so.1.0.0 libssl.so.1.0.0 || die
|
||||
#there are no these symlinks in arm bins
|
||||
use amd64 && rm libcrypto.so.1.0.0 libssl.so.1.0.0 || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue