diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-30 06:59:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-30 06:59:17 +0000 |
commit | 89b93fa681b4d899bbce322c9bc85d3ff56cf98a (patch) | |
tree | 5ef7508d80e2a11385e4e72b24bbabbf7168ba7b /games-rpg/xu4 | |
parent | tidy (diff) | |
download | gentoo-2-89b93fa681b4d899bbce322c9bc85d3ff56cf98a.tar.gz gentoo-2-89b93fa681b4d899bbce322c9bc85d3ff56cf98a.tar.bz2 gentoo-2-89b93fa681b4d899bbce322c9bc85d3ff56cf98a.zip |
quote
(Portage version: 2.1.3.16)
Diffstat (limited to 'games-rpg/xu4')
-rw-r--r-- | games-rpg/xu4/xu4-0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-rpg/xu4/xu4-0.9.ebuild b/games-rpg/xu4/xu4-0.9.ebuild index 061539a91777..1f9bbd13005a 100644 --- a/games-rpg/xu4/xu4-0.9.ebuild +++ b/games-rpg/xu4/xu4-0.9.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-rpg/xu4/xu4-0.9.ebuild,v 1.6 2007/04/09 20:54:11 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/xu4/xu4-0.9.ebuild,v 1.7 2007/10/30 06:59:17 mr_bones_ Exp $ inherit eutils games @@ -42,7 +42,7 @@ src_unpack() { mkdir u4-dos cd u4-dos unzip -q ../ultima4.zip || die "unzip failed" - cd ${S} + cd "${S}" epatch "${FILESDIR}/${PV}-savegame.patch" sed -i \ -e "s:/usr/local/lib/u4:$(games_get_libdir)/u4:" src/u4file.c \ |