diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-14 03:59:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-14 03:59:39 +0000 |
commit | c7451bfc1535878f4403fdab7d9a2e3f3ba89761 (patch) | |
tree | 1111a79a9f47777f2340743b589273846e6c061c /games-simulation | |
parent | music moved and bumped by upstream (diff) | |
download | gentoo-2-c7451bfc1535878f4403fdab7d9a2e3f3ba89761.tar.gz gentoo-2-c7451bfc1535878f4403fdab7d9a2e3f3ba89761.tar.bz2 gentoo-2-c7451bfc1535878f4403fdab7d9a2e3f3ba89761.zip |
quoting
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openttd/openttd-0.5.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-simulation/openttd/openttd-0.5.2.ebuild b/games-simulation/openttd/openttd-0.5.2.ebuild index a6ef94182ded..38b6ddff8941 100644 --- a/games-simulation/openttd/openttd-0.5.2.ebuild +++ b/games-simulation/openttd/openttd-0.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.5.2.ebuild,v 1.5 2007/09/23 16:03:47 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.5.2.ebuild,v 1.6 2008/02/14 03:59:39 mr_bones_ Exp $ inherit eutils games @@ -41,11 +41,11 @@ pkg_setup() { src_unpack() { unpack ${P}-source.tar.bz2 if use scenarios ; then - cd ${S}/scenario/ + cd "${S}"/scenario/ unpack ${SCENARIOS_048} unpack ${SCENARIOS_050} fi - cd ${S} + cd "${S}" # Don't pre-strip binaries (bug #137822) sed -i -e '/+= -s$/s/-s//' Makefile || die "sed failed" # Don't install into prefixed DATA_DIR |