From 858de1f34c37493b3cd2ec6563c82817a2454eef Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Mon, 3 May 2021 14:06:06 +0100 Subject: 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 Signed-off-by: Sam James --- games-fps/etqw-bin/etqw-bin-1.5-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games-fps') 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() { -- cgit v1.2.3-65-gdbad