From 19d0d3f7ff0679e1775e196d1cd56987a6654094 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Aug 2018 20:57:47 +0100 Subject: app-text/ghostscript-gpl : fix install phase --- app-text/ghostscript-gpl/ghostscript-gpl-9.23.ebuild | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'app-text') 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" -- cgit v1.2.3