diff options
Diffstat (limited to 'games-action')
-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" |