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 | 58e17d24db871cc0ab4980457531258e213c2365 (patch) | |
tree | 1f810edc73eb9b3f4eead0c0942d027950963a0f /games-simulation/openttd/openttd-0.5.2.ebuild | |
parent | music moved and bumped by upstream (diff) | |
download | historical-58e17d24db871cc0ab4980457531258e213c2365.tar.gz historical-58e17d24db871cc0ab4980457531258e213c2365.tar.bz2 historical-58e17d24db871cc0ab4980457531258e213c2365.zip |
quoting
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-simulation/openttd/openttd-0.5.2.ebuild')
-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 |