summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-07-21 02:19:55 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-07-21 02:19:55 +0000
commit561e1f9e606d91bfaa1da91687f1974e31113d48 (patch)
tree08479f62cc2e5be19c25239cc2eaa9527813c50c /games-simulation
parentversion bump (diff)
downloadgentoo-2-561e1f9e606d91bfaa1da91687f1974e31113d48.tar.gz
gentoo-2-561e1f9e606d91bfaa1da91687f1974e31113d48.tar.bz2
gentoo-2-561e1f9e606d91bfaa1da91687f1974e31113d48.zip
fix install paths (bug #278319)
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/openttd/ChangeLog5
-rw-r--r--games-simulation/openttd/openttd-0.7.1.ebuild8
2 files changed, 10 insertions, 3 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog
index 7d7d75dc4719..ae9f01ec65f1 100644
--- a/games-simulation/openttd/ChangeLog
+++ b/games-simulation/openttd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-simulation/openttd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.70 2009/07/02 21:36:41 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.71 2009/07/21 02:19:55 mr_bones_ Exp $
+
+ 21 Jul 2009; Michael Sterrett <mr_bones_@gentoo.org> openttd-0.7.1.ebuild:
+ fix install paths (bug #278319)
*openttd-0.7.1 (02 Jul 2009)
diff --git a/games-simulation/openttd/openttd-0.7.1.ebuild b/games-simulation/openttd/openttd-0.7.1.ebuild
index b20c3ad9e71d..f178e008c3a7 100644
--- a/games-simulation/openttd/openttd-0.7.1.ebuild
+++ b/games-simulation/openttd/openttd-0.7.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.7.1.ebuild,v 1.1 2009/07/02 21:36:41 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.7.1.ebuild,v 1.2 2009/07/21 02:19:55 mr_bones_ Exp $
EAPI=2
inherit eutils games
@@ -65,7 +65,11 @@ src_configure() {
--binary-dir="${GAMES_BINDIR}" \
--data-dir="${GAMES_DATADIR}/${PN}" \
--install-dir="${D}" \
- --doc-dir=share/doc/${PF} \
+ --icon-theme-dir=/usr/share/icons \
+ --icon-dir=/usr/share/pixmaps \
+ --menu-dir=/usr/share/applications \
+ --man-dir=/usr/share/man \
+ --doc-dir=/usr/share/doc/${PF} \
--menu-group="Game;Simulation;" \
${myopts} \
$(use_with iconv) \