diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-01-16 12:13:47 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-01-16 12:13:47 +0000 |
commit | 3c61b786abc752b6de7a301b807ecf551ad88519 (patch) | |
tree | 9053d32fc72698634ebb8e48a94ff8ba25b81660 /dev-tex/svninfo/svninfo-0.6.ebuild | |
parent | remove old (diff) | |
download | gentoo-2-3c61b786abc752b6de7a301b807ecf551ad88519.tar.gz gentoo-2-3c61b786abc752b6de7a301b807ecf551ad88519.tar.bz2 gentoo-2-3c61b786abc752b6de7a301b807ecf551ad88519.zip |
variable quoting
(Portage version: 2.1.4)
Diffstat (limited to 'dev-tex/svninfo/svninfo-0.6.ebuild')
-rw-r--r-- | dev-tex/svninfo/svninfo-0.6.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-tex/svninfo/svninfo-0.6.ebuild b/dev-tex/svninfo/svninfo-0.6.ebuild index d34cf0339302..5e28a4d2ca29 100644 --- a/dev-tex/svninfo/svninfo-0.6.ebuild +++ b/dev-tex/svninfo/svninfo-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 2005-2007 Gentoo Foundation +# Copyright 2005-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/svninfo-0.6.ebuild,v 1.3 2007/08/11 03:30:41 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/svninfo-0.6.ebuild,v 1.4 2008/01/16 12:13:47 aballier Exp $ inherit latex-package eutils @@ -16,8 +16,8 @@ DOCS="README svninfo.pdf" src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PN}-0.5-latex-compile.patch + cd "${S}" + epatch "${FILESDIR}/${PN}-0.5-latex-compile.patch" } src_compile() { |