summaryrefslogtreecommitdiff
path: root/app-text
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-29 20:57:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-29 20:57:47 +0100
commit19d0d3f7ff0679e1775e196d1cd56987a6654094 (patch)
treec2121cbe7ac1b1da8ed968487b8bc7749e37bfcd /app-text
parentb462edcb5c295f19190a376dda59e34c7066599d (diff)
app-text/ghostscript-gpl : fix install phase
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ghostscript-gpl/ghostscript-gpl-9.23.ebuild14
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"