diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-08-29 20:57:47 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-08-29 20:57:47 +0100 |
commit | 19d0d3f7ff0679e1775e196d1cd56987a6654094 (patch) | |
tree | c2121cbe7ac1b1da8ed968487b8bc7749e37bfcd | |
parent | b462edcb5c295f19190a376dda59e34c7066599d (diff) |
app-text/ghostscript-gpl : fix install phase
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-9.23.ebuild | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.23.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.23.ebuild index ce35517f..a28fefc6 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.23.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.23.ebuild @@ -187,20 +187,6 @@ src_install() { cd "${S}/ijs" || die emake DESTDIR="${D}" install - # rename the original cidfmap to cidfmap.GS - mv "${ED}/usr/share/ghostscript/${PVM}/Resource/Init/cidfmap"{,.GS} || die - - # install our own cidfmap to handle CJK fonts - insinto /usr/share/ghostscript/${PVM}/Resource/Init - doins \ - "${WORKDIR}/fontmaps/CIDFnmap" \ - "${WORKDIR}/fontmaps/cidfmap" - for X in ${LANGS} ; do - if use l10n_${X} ; then - doins "${WORKDIR}/fontmaps/cidfmap.${X/-/_}" - fi - done - # install the CMaps from poppler-data properly, bug #409361 dosym ../../../poppler/cMaps "/usr/share/ghostscript/${PVM}/Resource/CMap" |