diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-02-04 21:29:17 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-02-04 21:29:17 +0000 |
commit | 51ec71248729715000c8c001a3062dda4d26a4f3 (patch) | |
tree | 301662443b357e4fa8ea7f3e477143cf305c4118 /games-util/etswitch | |
parent | Initial commit for bug 133879, ebuild by Kenneth Prugh. (diff) | |
download | gentoo-2-51ec71248729715000c8c001a3062dda4d26a4f3.tar.gz gentoo-2-51ec71248729715000c8c001a3062dda4d26a4f3.tar.bz2 gentoo-2-51ec71248729715000c8c001a3062dda4d26a4f3.zip |
missing prepgamesdirs
(Portage version: 2.1.4.1)
Diffstat (limited to 'games-util/etswitch')
-rw-r--r-- | games-util/etswitch/etswitch-0.1.14.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-util/etswitch/etswitch-0.1.14.ebuild b/games-util/etswitch/etswitch-0.1.14.ebuild index b1a6043f6fa8..c577fea195ce 100644 --- a/games-util/etswitch/etswitch-0.1.14.ebuild +++ b/games-util/etswitch/etswitch-0.1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild,v 1.1 2008/02/04 21:27:54 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild,v 1.2 2008/02/04 21:29:17 drac Exp $ inherit eutils games @@ -35,6 +35,7 @@ src_compile() { } src_install() { + prepgamesdirs emake DESTDIR="${D}" install || die "emake install failed." dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO } |