diff options
author | Sam James <sam@gentoo.org> | 2021-08-21 22:44:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-23 05:05:47 +0100 |
commit | 10b797f58e826a6dfd7593ca509238490c0fb826 (patch) | |
tree | 0832642ecc219d658c7d6cc2dd966ff08f294826 /games-fps | |
parent | games-fps/ezquake-bin: use non-relative wrapper path (diff) | |
download | gentoo-10b797f58e826a6dfd7593ca509238490c0fb826.tar.gz gentoo-10b797f58e826a6dfd7593ca509238490c0fb826.tar.bz2 gentoo-10b797f58e826a6dfd7593ca509238490c0fb826.zip |
games-fps/ut2004-demo: use non-relative wrapper path
Bug: https://bugs.gentoo.org/809356
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2004-demo/ut2004-demo-3334-r3.ebuild (renamed from games-fps/ut2004-demo/ut2004-demo-3334-r2.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-fps/ut2004-demo/ut2004-demo-3334-r2.ebuild b/games-fps/ut2004-demo/ut2004-demo-3334-r3.ebuild index 51362724f160..f3e7fe14b61e 100644 --- a/games-fps/ut2004-demo/ut2004-demo-3334-r2.ebuild +++ b/games-fps/ut2004-demo/ut2004-demo-3334-r3.ebuild @@ -23,9 +23,9 @@ RDEPEND=" virtual/opengl[abi_x86_32(-)] " -dir=opt/${PN} -Ddir="${ED}"/${dir} -QA_PREBUILT="${dir}/System/*" +dir=/opt/${PN} +Ddir="${ED}"/${dir#/} +QA_PREBUILT="${dir#/}/System/*" src_unpack() { unpack_makeself |