diff options
author | Sam James <sam@gentoo.org> | 2021-08-21 22:33:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-23 05:05:40 +0100 |
commit | c9fe61b7e199c1a662c2511e40626ba275235d47 (patch) | |
tree | fb88ee112f9b981a564714ae5ec399b15c60c1e9 /games-action/swordandsworcery | |
parent | games-action/intrusion2: use non-relative wrapper path (diff) | |
download | gentoo-c9fe61b7e199c1a662c2511e40626ba275235d47.tar.gz gentoo-c9fe61b7e199c1a662c2511e40626ba275235d47.tar.bz2 gentoo-c9fe61b7e199c1a662c2511e40626ba275235d47.zip |
games-action/swordandsworcery: use non-relative wrapper path
Bug: https://bugs.gentoo.org/809356
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-action/swordandsworcery')
-rw-r--r-- | games-action/swordandsworcery/swordandsworcery-1.02-r2.ebuild (renamed from games-action/swordandsworcery/swordandsworcery-1.02-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-action/swordandsworcery/swordandsworcery-1.02-r1.ebuild b/games-action/swordandsworcery/swordandsworcery-1.02-r2.ebuild index 6481b751c3b8..88b2d353ae31 100644 --- a/games-action/swordandsworcery/swordandsworcery-1.02-r1.ebuild +++ b/games-action/swordandsworcery/swordandsworcery-1.02-r2.ebuild @@ -16,7 +16,7 @@ KEYWORDS="-* ~amd64 ~x86" IUSE="bundled-libs" RESTRICT="bindist fetch splitdebug" -MYGAMEDIR=opt/${PN} +MYGAMEDIR=/opt/${PN} QA_PREBUILT=" ${MYGAMEDIR#/}/bin/* ${MYGAMEDIR#/}/lib/* |