diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-10-06 19:54:04 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-10-06 19:54:04 +0000 |
commit | d10a7127fff3472cbed55749cfd2599fff012343 (patch) | |
tree | a331e5b0b61002c0a79d48fac2745c2e7c7c356b /app-emacs/nxml-mode | |
parent | ia64/sparc/x86 stable (diff) | |
download | gentoo-2-d10a7127fff3472cbed55749cfd2599fff012343.tar.gz gentoo-2-d10a7127fff3472cbed55749cfd2599fff012343.tar.bz2 gentoo-2-d10a7127fff3472cbed55749cfd2599fff012343.zip |
Quote ${S}.
(Portage version: 2.1.3.12)
Diffstat (limited to 'app-emacs/nxml-mode')
-rw-r--r-- | app-emacs/nxml-mode/nxml-mode-20041004.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/nxml-mode/nxml-mode-20041004.ebuild b/app-emacs/nxml-mode/nxml-mode-20041004.ebuild index 22579d7a4244..7f75f759c8b6 100644 --- a/app-emacs/nxml-mode/nxml-mode-20041004.ebuild +++ b/app-emacs/nxml-mode/nxml-mode-20041004.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/app-emacs/nxml-mode/nxml-mode-20041004.ebuild,v 1.10 2007/07/02 07:32:10 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-mode/nxml-mode-20041004.ebuild,v 1.11 2007/10/06 19:54:04 ulm Exp $ inherit elisp eutils @@ -19,7 +19,7 @@ SITEFILE=80nxml-mode-gentoo.el src_unpack() { unpack ${P}.tar.gz - cd ${S} + cd "${S}" epatch "${FILESDIR}/${PN}-info-gentoo.patch" epatch "${DISTDIR}/${PN}-20040910-xmlschema.patch.gz" } |