Skip to content

Commit

Permalink
games-arcade/aquaria: use non-relative wrapper path
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/809356
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Aug 23, 2021
1 parent c9fe61b commit f2d57a9
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RDEPEND="
>=media-libs/openal-1.15.1[abi_x86_32(-)]"
BDEPEND="app-arch/unzip"

dir=opt/${PN}
dir=/opt/${PN}
QA_PREBUILT="${dir#/}/aquaria"

pkg_nofetch() {
Expand All @@ -36,10 +36,11 @@ src_unpack() {

src_install() {
insinto ${dir}
exeinto ${dir}

doins -r *.xml */

exeinto ${dir}
doexe ${PN}

doicon ${PN}.png

dodoc README-linux.txt
Expand Down

0 comments on commit f2d57a9

Please sign in to comment.