diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-12 00:07:54 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-12 01:48:12 -0500 |
commit | 86f34e46c033da09537d24912fcc760563fa3360 (patch) | |
tree | ba7d50fa0200f31e75516aee163739ab4ef10b9f /games-fps/doom3-ducttape | |
parent | games-fps/doom3-eventhorizon: EAPI=5 (diff) | |
download | gentoo-86f34e46c033da09537d24912fcc760563fa3360.tar.gz gentoo-86f34e46c033da09537d24912fcc760563fa3360.tar.bz2 gentoo-86f34e46c033da09537d24912fcc760563fa3360.zip |
games-fps/doom3-ducttape: EAPI=5
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-fps/doom3-ducttape')
-rw-r--r-- | games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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() { |