commit: a1053d197a9ff55a8d9d2329342c50bfe3447a05 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sun Sep 27 11:50:44 2015 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sun Sep 27 11:50:44 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1053d19
app-i18n/canna: Quote variables Package-Manager: portage-2.2.22 app-i18n/canna/canna-3.7_p3-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/canna/canna-3.7_p3-r2.ebuild b/app-i18n/canna/canna-3.7_p3-r2.ebuild index 533560a..9979712 100644 --- a/app-i18n/canna/canna-3.7_p3-r2.ebuild +++ b/app-i18n/canna/canna-3.7_p3-r2.ebuild @@ -68,7 +68,7 @@ src_compile() { emake -j1 CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}" \ LOCAL_LDFLAGS="${LDFLAGS}" SHLIBGLOBALSFLAGS="${LDFLAGS}" \ JLATEXCMD=platex \ - DVI2PSCMD="dvips -f" VARTEXFONTS=${T}/fonts \ + DVI2PSCMD="dvips -f" VARTEXFONTS="${T}"/fonts \ canna.dvi canna.ps || die if has_version 'app-text/dvipdfmx' && \ ( has_version 'app-text/acroread' \ @@ -76,7 +76,7 @@ src_compile() { emake -j1 CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}" \ LOCAL_LDFLAGS="${LDFLAGS}" SHLIBGLOBALSFLAGS="${LDFLAGS}" \ JLATEXCMD=platex \ - DVI2PSCMD="dvips -f" VARTEXFONTS=${T}/fonts \ + DVI2PSCMD="dvips -f" VARTEXFONTS="${T}"/fonts \ canna.pdf || die fi fi