diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-01-05 10:05:55 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-01-05 10:05:55 +0000 |
commit | 7cbd3bd641939428e6715922853b5a77f544f4aa (patch) | |
tree | d22aa902b66468e921025bdbf58a879f97e03036 /games-arcade/jvgs/jvgs-0.5.ebuild | |
parent | Prefix support, bug 533980. (diff) | |
download | gentoo-2-7cbd3bd641939428e6715922853b5a77f544f4aa.tar.gz gentoo-2-7cbd3bd641939428e6715922853b5a77f544f4aa.tar.bz2 gentoo-2-7cbd3bd641939428e6715922853b5a77f544f4aa.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-arcade/jvgs/jvgs-0.5.ebuild')
-rw-r--r-- | games-arcade/jvgs/jvgs-0.5.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-arcade/jvgs/jvgs-0.5.ebuild b/games-arcade/jvgs/jvgs-0.5.ebuild index be2cfdc110a0..6f503d24efe6 100644 --- a/games-arcade/jvgs/jvgs-0.5.ebuild +++ b/games-arcade/jvgs/jvgs-0.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/jvgs/jvgs-0.5.ebuild,v 1.4 2012/09/03 19:28:12 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/jvgs/jvgs-0.5.ebuild,v 1.5 2015/01/05 10:05:55 tupone Exp $ -EAPI=2 +EAPI=5 CMAKE_IN_SOURCE_BUILD=1 inherit cmake-utils eutils games @@ -40,10 +40,10 @@ src_compile() { src_install() { exeinto "$(games_get_libdir)" - doexe src/${PN} || die + doexe src/${PN} insinto "${GAMES_DATADIR}"/${PN} - doins -r main.lua resources || die + doins -r main.lua resources games_make_wrapper ${PN} "/$(games_get_libdir)/${PN}" \ "${GAMES_DATADIR}/${PN}" |