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 | 6eb0bef48ee8589edb0d5371aa05d22a2c961a6b (patch) | |
tree | 9e7fe3a478fdbbf88a5a00d1f013b9d59e7a2b0b /app-emacs/nxml-mode/nxml-mode-20041004.ebuild | |
parent | ia64/sparc/x86 stable (diff) | |
download | historical-6eb0bef48ee8589edb0d5371aa05d22a2c961a6b.tar.gz historical-6eb0bef48ee8589edb0d5371aa05d22a2c961a6b.tar.bz2 historical-6eb0bef48ee8589edb0d5371aa05d22a2c961a6b.zip |
Quote ${S}.
Package-Manager: portage-2.1.3.12
Diffstat (limited to 'app-emacs/nxml-mode/nxml-mode-20041004.ebuild')
-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" } |