games-fps/etqw-bin: Fix QA_PREBUILT paths

Closes: https://bugs.gentoo.org/780726
Closes: https://bugs.gentoo.org/780729
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Jakov Smolic 2021-05-03 14:06:06 +01:00 committed by Sam James
parent f1cf77ce76
commit 858de1f34c
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ BDEPEND="app-arch/unzip"
MY_DIR=opt/etqw
QA_PREBUILT="
${MY_DIR:1}/*.x86
${MY_DIR:1}/*.so*
${MY_DIR}/*.x86
${MY_DIR}/*.so*
"
src_unpack() {