summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/penumbra-overture-bin/penumbra-overture-bin-1.1.ebuild')
-rw-r--r--games-fps/penumbra-overture-bin/penumbra-overture-bin-1.1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/games-fps/penumbra-overture-bin/penumbra-overture-bin-1.1.ebuild b/games-fps/penumbra-overture-bin/penumbra-overture-bin-1.1.ebuild
index ade433d..3320f7d 100644
--- a/games-fps/penumbra-overture-bin/penumbra-overture-bin-1.1.ebuild
+++ b/games-fps/penumbra-overture-bin/penumbra-overture-bin-1.1.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI="2"
+
inherit eutils games
DESCRIPTION="A first-person survival-horror adventure game"
@@ -76,7 +78,7 @@ src_install() {
fi
insinto "${GAMES_PREFIX_OPT}"
- doins -r ${S} || die "doins failed"
+ doins -r "${S}" || die "doins failed"
dodoc *.txt README.* Manual.pdf || die "dodoc failed"