From f281db799bac9d613cfede90247b14999b5376ac Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Mon, 11 Jan 2016 17:38:11 -0500 Subject: games-fps/doom3-mitm: EAPI=5 Package-Manager: portage-2.2.26 --- games-fps/doom3-mitm/doom3-mitm-20070129.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games-fps') diff --git a/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild b/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild index 1d0523ce7e94..f00fa71844e9 100644 --- a/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild +++ b/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 MOD_DESC="Single player maps" MOD_NAME="Make it to Morning" @@ -21,13 +21,13 @@ RDEPEND="games-fps/doom3-roe games-fps/doom3[opengl,roe]" src_unpack() { - mkdir mitm - cd mitm + mkdir mitm || die + cd mitm || die unpack ${A} } src_prepare() { - cd mitm + cd mitm || die mv -f MITM*.txt mitm.txt || die mv -f Mitm5*.txt mitm5.txt || die } -- cgit v1.2.3-65-gdbad