diff options
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild b/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild index 4264a0285703..f65a9c46cd14 100644 --- a/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild +++ b/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 inherit autotools games DESCRIPTION="Clone of the 1981 Night Stalker video game by Mattel Electronics" @@ -23,8 +23,7 @@ src_prepare() { -e "/^pkgsounddir/ s:sounds.*:\$(PACKAGE)/sounds:" \ -e "/^desktopentrydir/ s:=.*:=/usr/share/applications:" \ -e "/^pixmapdir/ s:=.*:=/usr/share/pixmaps:" \ - src/Makefile.am \ - || die + src/Makefile.am || die eautoreconf } |