summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-10 07:17:03 +0100
committerSam James <sam@gentoo.org>2021-04-10 07:17:53 +0100
commit36a7515504a24e1d160146c31885709380de382b (patch)
tree61c921241b825c6517a1a7684dfba13d461b3628 /games-roguelike/FTL
parentgames-fps/ut2003-data: add missing desktop inherit (diff)
downloadgentoo-36a7515504a24e1d160146c31885709380de382b.tar.gz
gentoo-36a7515504a24e1d160146c31885709380de382b.tar.bz2
gentoo-36a7515504a24e1d160146c31885709380de382b.zip
games-roguelike/FTL: fix src_prepare, destination
Closes: https://bugs.gentoo.org/781896 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-roguelike/FTL')
-rw-r--r--games-roguelike/FTL/FTL-1.5.13-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/games-roguelike/FTL/FTL-1.5.13-r1.ebuild b/games-roguelike/FTL/FTL-1.5.13-r1.ebuild
index d0eb80d7dba2..d1132199d777 100644
--- a/games-roguelike/FTL/FTL-1.5.13-r1.ebuild
+++ b/games-roguelike/FTL/FTL-1.5.13-r1.ebuild
@@ -41,6 +41,8 @@ pkg_nofetch() {
}
src_prepare() {
+ default
+
if ! use bundled-libs ; then
# no system lib for libbass available
find data/${ARCH}/lib -type f \! -name "libbass*" -delete || die
@@ -48,7 +50,7 @@ src_prepare() {
}
src_install() {
- local dir=opt/${PN}
+ local dir=/opt/${PN}
insinto ${dir}
doins -r data/resources