diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-10-09 23:19:50 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-10-10 01:03:34 -0400 |
commit | c1511618853db61acd458f9f2a9cda0f08fe7cfd (patch) | |
tree | 7005223c5340f724a6966a8e95fe379216f5befc /sci-mathematics/reduce | |
parent | dev-ruby/rspec-core: Mark ~ppc64 (bug #562452). (diff) | |
download | gentoo-c1511618853db61acd458f9f2a9cda0f08fe7cfd.tar.gz gentoo-c1511618853db61acd458f9f2a9cda0f08fe7cfd.tar.bz2 gentoo-c1511618853db61acd458f9f2a9cda0f08fe7cfd.zip |
fix various encoding corruption
Diffstat (limited to 'sci-mathematics/reduce')
-rw-r--r-- | sci-mathematics/reduce/reduce-20110414-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |