diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-06-25 09:51:41 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-06-25 09:51:41 +0000 |
commit | dd58fc4a9f5cffbbf097418b34a94b98566ba4e1 (patch) | |
tree | a302745c4975590eefa7b8e71304fe00f00253db /games-simulation | |
parent | Version bump. (diff) | |
download | gentoo-2-dd58fc4a9f5cffbbf097418b34a94b98566ba4e1.tar.gz gentoo-2-dd58fc4a9f5cffbbf097418b34a94b98566ba4e1.tar.bz2 gentoo-2-dd58fc4a9f5cffbbf097418b34a94b98566ba4e1.zip |
call prepgamesdirs
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 x86_64)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/micropolis/micropolis-1.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games-simulation/micropolis/micropolis-1.0.ebuild b/games-simulation/micropolis/micropolis-1.0.ebuild index dde011b3c5fa..e4258dd2f819 100644 --- a/games-simulation/micropolis/micropolis-1.0.ebuild +++ b/games-simulation/micropolis/micropolis-1.0.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-simulation/micropolis/micropolis-1.0.ebuild,v 1.1 2008/06/11 15:11:49 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/micropolis/micropolis-1.0.ebuild,v 1.2 2008/06/25 09:51:41 nyhm Exp $ inherit eutils games @@ -47,4 +47,6 @@ src_install() { games_make_wrapper micropolis res/sim "${dir}" doicon Micropolis.png make_desktop_entry micropolis "Micropolis" Micropolis.png + + prepgamesdirs } |