From 86f34e46c033da09537d24912fcc760563fa3360 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Tue, 12 Jan 2016 00:07:54 -0500 Subject: games-fps/doom3-ducttape: EAPI=5 Package-Manager: portage-2.2.26 --- games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games-fps/doom3-ducttape') diff --git a/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild b/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild index 89f745d41aba..7fb11e77a21d 100644 --- a/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild +++ b/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 MOD_DESC="sticks flashlights to your machinegun and shotgun" MOD_NAME="Duct Tape" @@ -18,13 +18,13 @@ KEYWORDS="amd64 x86" IUSE="dedicated opengl" src_unpack() { - mkdir ${MOD_DIR} - cd ${MOD_DIR} + mkdir ${MOD_DIR} || die + cd ${MOD_DIR} || die unpack ${A} } src_prepare() { - rm -f ${MOD_DIR}/pak002.pk4 # for doom3-roe + rm -f ${MOD_DIR}/pak002.pk4 || die # for doom3-roe } pkg_postinst() { -- cgit v1.2.3-65-gdbad