From c1511618853db61acd458f9f2a9cda0f08fe7cfd Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 9 Oct 2015 23:19:50 -0400 Subject: fix various encoding corruption --- sci-mathematics/reduce/reduce-20110414-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-mathematics') diff --git a/sci-mathematics/reduce/reduce-20110414-r1.ebuild b/sci-mathematics/reduce/reduce-20110414-r1.ebuild index 7394f78f5e66..244dd4680cba 100644 --- a/sci-mathematics/reduce/reduce-20110414-r1.ebuild +++ b/sci-mathematics/reduce/reduce-20110414-r1.ebuild @@ -62,7 +62,7 @@ src_install() { pushd bin > /dev/null cp "${FILESDIR}"/redcsl "${FILESDIR}"/csl . || die sed -e "s/lib/${lib}/" -i redcsl || die - sed -e "s/lib/${lib}/" -i csl || die + sed -e "s/lib/${lib}/" -i csl || die dobin redcsl csl popd > /dev/null @@ -77,7 +77,7 @@ src_install() { dosym /usr/share/${PN}/doc /usr/${lib}/${PN}/${PN}.doc if use X; then doins -r ${PN}.fonts - mv "${D}"usr/share/${PN}/${PN}.fonts "${D}"usr/share/${PN}/fonts || die + mv "${D}"usr/share/${PN}/${PN}.fonts "${D}"usr/share/${PN}/fonts || die dosym /usr/share/${PN}/fonts /usr/${lib}/${PN}/${PN}.fonts fi popd > /dev/null -- cgit v1.2.3-65-gdbad