diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-18 04:24:15 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-18 04:24:15 -0500 |
commit | 7f3cdd3e02edd1ecf3b9411da3be4a8a0b215ea9 (patch) | |
tree | 5577f4e0c67fce66a7a170d379b094abca710320 /games-action/xblast | |
parent | EAPI=5; minor tidying (diff) | |
download | gentoo-7f3cdd3e02edd1ecf3b9411da3be4a8a0b215ea9.tar.gz gentoo-7f3cdd3e02edd1ecf3b9411da3be4a8a0b215ea9.tar.bz2 gentoo-7f3cdd3e02edd1ecf3b9411da3be4a8a0b215ea9.zip |
EAPI=5; minor tidying
Package-Manager: portage-2.2.24
Diffstat (limited to 'games-action/xblast')
-rw-r--r-- | games-action/xblast/xblast-2.10.4.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-action/xblast/xblast-2.10.4.ebuild b/games-action/xblast/xblast-2.10.4.ebuild index bf8cfbc82f02..cc730a38d7c7 100644 --- a/games-action/xblast/xblast-2.10.4.ebuild +++ b/games-action/xblast/xblast-2.10.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 inherit autotools games # Change these as releases changes @@ -49,8 +49,7 @@ src_install() { # Images dodir "${IMAGE_INSTALL_DIR}" - cp -pPR "${WORKDIR}/${IMAGES}"/* "${D}/${IMAGE_INSTALL_DIR}" \ - || die "cp failed" + cp -pPR "${WORKDIR}/${IMAGES}"/* "${D}/${IMAGE_INSTALL_DIR}" || die # Levels insinto "${GAMES_DATADIR}/xblast/level" |