mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
unicorn: fix multilib issue on install
This commit is contained in:
parent
ecb6bcd65a
commit
f122a22a34
1 changed files with 1 additions and 1 deletions
|
|
@ -43,5 +43,5 @@ src_compile() {
|
|||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" UNICORN_STATIC="no" install
|
||||
emake DESTDIR="${D}" LIBDIR="/usr$(get_libdir)" UNICORN_STATIC="no" install
|
||||
}
|
||||
Loading…
Reference in a new issue