diff options
author | 2007-10-14 20:58:02 +0000 | |
---|---|---|
committer | 2007-10-14 20:58:02 +0000 | |
commit | 9cc7b1a6f2afc388a8d3f7bb79b1e9bf0585e808 (patch) | |
tree | 7772615bf8e1b773b1f9cf63dd2b9379fbfdd977 /dev-tex/latex2html/latex2html-2002.2.1_pre20041025-r1.ebuild | |
parent | remove old versions (diff) | |
download | gentoo-2-9cc7b1a6f2afc388a8d3f7bb79b1e9bf0585e808.tar.gz gentoo-2-9cc7b1a6f2afc388a8d3f7bb79b1e9bf0585e808.tar.bz2 gentoo-2-9cc7b1a6f2afc388a8d3f7bb79b1e9bf0585e808.zip |
variable quoting
(Portage version: 2.1.3.13)
Diffstat (limited to 'dev-tex/latex2html/latex2html-2002.2.1_pre20041025-r1.ebuild')
-rw-r--r-- | dev-tex/latex2html/latex2html-2002.2.1_pre20041025-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-tex/latex2html/latex2html-2002.2.1_pre20041025-r1.ebuild b/dev-tex/latex2html/latex2html-2002.2.1_pre20041025-r1.ebuild index 87c49e137e61..9e89e41253c5 100644 --- a/dev-tex/latex2html/latex2html-2002.2.1_pre20041025-r1.ebuild +++ b/dev-tex/latex2html/latex2html-2002.2.1_pre20041025-r1.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/dev-tex/latex2html/latex2html-2002.2.1_pre20041025-r1.ebuild,v 1.13 2007/04/11 03:30:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.1_pre20041025-r1.ebuild,v 1.14 2007/10/14 20:58:02 aballier Exp $ inherit eutils @@ -34,7 +34,7 @@ DEPEND="virtual/ghostscript src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch "${FILESDIR}/${PN}-convert-length.patch" || die epatch "${FILESDIR}/${PN}-perl_name.patch" || die epatch "${FILESDIR}/${PN}-extract-major-version.patch" || die @@ -84,7 +84,7 @@ src_install() { # clean the perl scripts up to remove references to the sandbox einfo "fixing sandbox references" - einfo ${T} + einfo "${T}" dosed "s:${T}:/tmp:g" /usr/lib/latex2html/pstoimg.pl dosed "s:${S}::g" /usr/lib/latex2html/latex2html.pl dosed "s:${T}:/tmp:g" /usr/lib/latex2html/cfgcache.pm |