diff options
author | Sam James <sam@gentoo.org> | 2021-08-21 22:30:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-23 05:05:37 +0100 |
commit | b90e4033b8c3c9dc8446e9e134c69d02bd0eb278 (patch) | |
tree | 17ac2606aef46683dc089c1660ea36384f04fc4b /games-action | |
parent | games-action/descent3-demo: use non-relative wrapper path (diff) | |
download | gentoo-b90e4033b8c3c9dc8446e9e134c69d02bd0eb278.tar.gz gentoo-b90e4033b8c3c9dc8446e9e134c69d02bd0eb278.tar.bz2 gentoo-b90e4033b8c3c9dc8446e9e134c69d02bd0eb278.zip |
games-action/heretic2-demo: use non-relative wrapper path
Bug: https://bugs.gentoo.org/809356
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/heretic2-demo/heretic2-demo-1.06a-r2.ebuild (renamed from games-action/heretic2-demo/heretic2-demo-1.06a-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/heretic2-demo/heretic2-demo-1.06a-r1.ebuild b/games-action/heretic2-demo/heretic2-demo-1.06a-r2.ebuild index 7afa4b008c9e..2390903325b6 100644 --- a/games-action/heretic2-demo/heretic2-demo-1.06a-r1.ebuild +++ b/games-action/heretic2-demo/heretic2-demo-1.06a-r2.ebuild @@ -23,8 +23,8 @@ RDEPEND=" " BDEPEND="games-util/loki_patch" -dir=opt/${PN} -QA_PREBUILT="${dir}/*" +dir=/opt/${PN} +QA_PREBUILT="${dir#/}/*" QA_TEXTRELS="opt/heretic2-demo/ref_glx.so" src_install() { |