mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-18 12:51:02 +02:00
unicorn: fix files missing from install
This commit is contained in:
parent
92548206d1
commit
b0b8702d0c
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ src_install() {
|
|||
UNICORN_ARCHS="${unicorn_targets}" \
|
||||
DESTDIR="${D}" \
|
||||
LIBDIR="/usr/$(get_libdir)" \
|
||||
UNICORN_STATIC="$(use static-libs && echo yes || echo no)"
|
||||
UNICORN_STATIC="$(use static-libs && echo yes || echo no)" \
|
||||
install
|
||||
wrap_python ${FUNCNAME}
|
||||
}
|
||||
Loading…
Reference in a new issue