summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-04-05 17:38:04 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-04-05 17:38:04 +0000
commitcf5d729c8aa7696fe17cb28f6aaf145cd1bd3063 (patch)
tree591659cbb918f3c3373d4f9c371f7fb5e3c017e8 /games-simulation/openttd
parentRemove gnome-2.22 mask (diff)
downloadgentoo-2-cf5d729c8aa7696fe17cb28f6aaf145cd1bd3063.tar.gz
gentoo-2-cf5d729c8aa7696fe17cb28f6aaf145cd1bd3063.tar.bz2
gentoo-2-cf5d729c8aa7696fe17cb28f6aaf145cd1bd3063.zip
configure is a bash script (bug #264963)
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'games-simulation/openttd')
-rw-r--r--games-simulation/openttd/ChangeLog5
-rw-r--r--games-simulation/openttd/openttd-0.7.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog
index e8d7952b747c..acf8404bd384 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.68 2009/04/02 18:14:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.69 2009/04/05 17:38:04 mr_bones_ Exp $
+
+ 05 Apr 2009; Michael Sterrett <mr_bones_@gentoo.org> openttd-0.7.0.ebuild:
+ configure is a bash script (bug #264963)
*openttd-0.7.0 (02 Apr 2009)
diff --git a/games-simulation/openttd/openttd-0.7.0.ebuild b/games-simulation/openttd/openttd-0.7.0.ebuild
index 6616cf1d5ddf..cbb134644667 100644
--- a/games-simulation/openttd/openttd-0.7.0.ebuild
+++ b/games-simulation/openttd/openttd-0.7.0.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.0.ebuild,v 1.1 2009/04/02 18:14:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.7.0.ebuild,v 1.2 2009/04/05 17:38:04 mr_bones_ Exp $
EAPI=2
inherit eutils games
@@ -60,8 +60,8 @@ src_configure() {
# always built instead.
myopts="${myopts} --without-allegro"
- # configure is a hand-written sh-script, so econf will not work
- ./configure \
+ # configure is a hand-written bash-script, so econf will not work
+ bash ./configure \
--disable-strip \
--prefix-dir=/usr \
--binary-dir="${GAMES_BINDIR}" \