diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-02-18 19:33:37 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-02-18 19:34:00 +0100 |
commit | 2a7372745c5ca4434ad2830d970d7a07ee68a894 (patch) | |
tree | 584eef4b6c548b23a94d673c883886ab00156cd5 /app-text/ghostscript-gpl | |
parent | sys-apps/paludis: Bump to a snapshot -- fix boost-python, #609670 (diff) | |
download | gentoo-2a7372745c5ca4434ad2830d970d7a07ee68a894.tar.gz gentoo-2a7372745c5ca4434ad2830d970d7a07ee68a894.tar.bz2 gentoo-2a7372745c5ca4434ad2830d970d7a07ee68a894.zip |
app-text/ghostscript-gpl: Add prefix fixes from bug 594652
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-text/ghostscript-gpl')
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-9.20-r2.ebuild | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.20-r2.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.20-r2.ebuild index c030a612360b..b6d6f2996fb1 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.20-r2.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.20-r2.ebuild @@ -159,14 +159,14 @@ src_prepare() { src_configure() { local FONTPATH for path in \ - /usr/share/fonts/urw-fonts \ - /usr/share/fonts/Type1 \ - /usr/share/fonts \ - /usr/share/poppler/cMap/Adobe-CNS1 \ - /usr/share/poppler/cMap/Adobe-GB1 \ - /usr/share/poppler/cMap/Adobe-Japan1 \ - /usr/share/poppler/cMap/Adobe-Japan2 \ - /usr/share/poppler/cMap/Adobe-Korea1 + "${EPREFIX}"/usr/share/fonts/urw-fonts \ + "${EPREFIX}"/usr/share/fonts/Type1 \ + "${EPREFIX}"/usr/share/fonts \ + "${EPREFIX}"/usr/share/poppler/cMap/Adobe-CNS1 \ + "${EPREFIX}"/usr/share/poppler/cMap/Adobe-GB1 \ + "${EPREFIX}"/usr/share/poppler/cMap/Adobe-Japan1 \ + "${EPREFIX}"/usr/share/poppler/cMap/Adobe-Japan2 \ + "${EPREFIX}"/usr/share/poppler/cMap/Adobe-Korea1 do FONTPATH="$FONTPATH${FONTPATH:+:}${EPREFIX}$path" done @@ -237,9 +237,9 @@ src_install() { done # install the CMaps from poppler-data properly, bug #409361 - dosym /usr/share/poppler/cMaps /usr/share/ghostscript/${PVM}/Resource/CMap + dosym "${EPREFIX}/usr/share/poppler/cMaps" "/usr/share/ghostscript/${PVM}/Resource/CMap" - use static-libs || prune_libtool_files --all + use static-libs || find "${ED}" -name '*.la' -delete if ! use l10n_de; then rm -r "${ED}"/usr/share/man/de || die |