unicorn: fix files missing from install

This commit is contained in:
Brian Waters 2021-06-23 03:28:27 -04:00
parent 92548206d1
commit b0b8702d0c
No known key found for this signature in database
GPG key ID: B24BE899B44C625C

View file

@ -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}
}