diff options
author | Sam James <sam@gentoo.org> | 2021-08-22 03:27:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-23 05:05:52 +0100 |
commit | cc6e66438f67a30199cd35352266db94b6460a0b (patch) | |
tree | 0c61d6fad0426ccd5975f2001b7c9bb9823b5e60 /games-rpg | |
parent | games-roguelike/neon-chrome: tidy ebuild (diff) | |
download | gentoo-cc6e66438f67a30199cd35352266db94b6460a0b.tar.gz gentoo-cc6e66438f67a30199cd35352266db94b6460a0b.tar.bz2 gentoo-cc6e66438f67a30199cd35352266db94b6460a0b.zip |
games-rpg/baldurs-gate-ee: tidy ebuild
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/baldurs-gate-ee/baldurs-gate-ee-2.3.67.3-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-rpg/baldurs-gate-ee/baldurs-gate-ee-2.3.67.3-r1.ebuild b/games-rpg/baldurs-gate-ee/baldurs-gate-ee-2.3.67.3-r1.ebuild index da5f411b2430..1af12139acf2 100644 --- a/games-rpg/baldurs-gate-ee/baldurs-gate-ee-2.3.67.3-r1.ebuild +++ b/games-rpg/baldurs-gate-ee/baldurs-gate-ee-2.3.67.3-r1.ebuild @@ -8,6 +8,7 @@ inherit desktop unpacker wrapper DESCRIPTION="Baldur's Gate: Enhanced Edition" HOMEPAGE="https://www.baldursgate.com/" SRC_URI="gog_baldur_s_gate_enhanced_edition_2.5.0.9.sh" +S="${WORKDIR}/data/noarch" LICENSE="GOG-EULA" SLOT="0" @@ -22,9 +23,7 @@ RDEPEND="dev-libs/expat[abi_x86_32(-)] virtual/opengl[abi_x86_32(-)] x11-libs/libX11[abi_x86_32(-)]" -QA_PREBUILT="/opt/${PN}/BaldursGate" - -S="${WORKDIR}/data/noarch" +QA_PREBUILT="opt/${PN}/BaldursGate" pkg_nofetch() { einfo "Please buy and download \"${SRC_URI}\" from" |