diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-12-12 06:12:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-12-12 06:12:29 +0000 |
commit | 0dc0e8b845be07a97dc5927d782fe5e8cb3d76f1 (patch) | |
tree | 9e053381bd76d718e2161b4026c6d04abe1eb2ef /games-puzzle/lmarbles | |
parent | version bump from upstream (diff) | |
download | gentoo-2-0dc0e8b845be07a97dc5927d782fe5e8cb3d76f1.tar.gz gentoo-2-0dc0e8b845be07a97dc5927d782fe5e8cb3d76f1.tar.bz2 gentoo-2-0dc0e8b845be07a97dc5927d782fe5e8cb3d76f1.zip |
quoting
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-puzzle/lmarbles')
-rw-r--r-- | games-puzzle/lmarbles/lmarbles-1.0.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-puzzle/lmarbles/lmarbles-1.0.7.ebuild b/games-puzzle/lmarbles/lmarbles-1.0.7.ebuild index 1b6e1794be66..5070c9a0c996 100644 --- a/games-puzzle/lmarbles/lmarbles-1.0.7.ebuild +++ b/games-puzzle/lmarbles/lmarbles-1.0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lmarbles/lmarbles-1.0.7.ebuild,v 1.1 2005/02/18 16:03:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lmarbles/lmarbles-1.0.7.ebuild,v 1.2 2007/12/12 06:12:29 mr_bones_ Exp $ inherit games @@ -18,7 +18,7 @@ DEPEND=">=media-libs/libsdl-1.2.4 src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i \ -e '/^inst_dir/s:/games::' \ -e "/^prf_dir/s:/var/lib/games:${GAMES_STATEDIR}:" configure \ |