summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-05-03 14:06:06 +0100
committerSam James <sam@gentoo.org>2021-05-04 22:17:06 +0000
commit858de1f34c37493b3cd2ec6563c82817a2454eef (patch)
tree1ee042041fc9fc78013f66881295039a69b6441f /games-fps/etqw-bin
parentgames-action/heretic2-demo: Fix QA_PREBUILT variable (diff)
downloadgentoo-858de1f34c37493b3cd2ec6563c82817a2454eef.tar.gz
gentoo-858de1f34c37493b3cd2ec6563c82817a2454eef.tar.bz2
gentoo-858de1f34c37493b3cd2ec6563c82817a2454eef.zip
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>
Diffstat (limited to 'games-fps/etqw-bin')
-rw-r--r--games-fps/etqw-bin/etqw-bin-1.5-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/etqw-bin/etqw-bin-1.5-r3.ebuild b/games-fps/etqw-bin/etqw-bin-1.5-r3.ebuild
index 180c6f86e698..f13784da99a7 100644
--- a/games-fps/etqw-bin/etqw-bin-1.5-r3.ebuild
+++ b/games-fps/etqw-bin/etqw-bin-1.5-r3.ebuild
@@ -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() {