diff options
-rw-r--r-- | dev-tex/svninfo/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/svninfo/svninfo-0.6.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-tex/svninfo/ChangeLog b/dev-tex/svninfo/ChangeLog index e93bad13a250..bbc00d737cfa 100644 --- a/dev-tex/svninfo/ChangeLog +++ b/dev-tex/svninfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/svninfo # Copyright 2005-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/ChangeLog,v 1.12 2008/01/16 12:11:36 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/ChangeLog,v 1.13 2008/01/16 12:13:47 aballier Exp $ + + 16 Jan 2008; Alexis Ballier <aballier@gentoo.org> svninfo-0.6.ebuild: + variable quoting 16 Jan 2008; Alexis Ballier <aballier@gentoo.org> -files/svninfo-0.2.1-latex-compile.patch, -svninfo-0.2.1.ebuild, 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() { |