From: Michał Górny Date: Thu, 24 Aug 2017 15:27:54 +0000 (+0200) Subject: app-text/ghostscript-gpl: [QA] Use relative symlink target(s) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b42d1948a13b86d00c96547f0dee55c79228cb77;p=gentoo.git app-text/ghostscript-gpl: [QA] Use relative symlink target(s) --- diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.20-r1.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.20-r1.ebuild index 9e2f17bfe1a8..0d941e885432 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.20-r1.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.20-r1.ebuild @@ -237,7 +237,7 @@ src_install() { done # install the CMaps from poppler-data properly, bug #409361 - dosym /usr/share/poppler/cMaps /usr/share/ghostscript/${PVM}/Resource/CMap + dosym ../../../poppler/cMaps /usr/share/ghostscript/${PVM}/Resource/CMap use static-libs || prune_libtool_files --all 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 72d273933d4a..d2d44e823199 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.20-r2.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.20-r2.ebuild @@ -236,7 +236,7 @@ src_install() { done # install the CMaps from poppler-data properly, bug #409361 - dosym "${EPREFIX}/usr/share/poppler/cMaps" "/usr/share/ghostscript/${PVM}/Resource/CMap" + dosym ../../../poppler/cMaps "/usr/share/ghostscript/${PVM}/Resource/CMap" use static-libs || find "${ED}" -name '*.la' -delete diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild index 5231afd45b42..a13f502767ae 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild @@ -196,7 +196,7 @@ src_install() { done # install the CMaps from poppler-data properly, bug #409361 - dosym "${EPREFIX}/usr/share/poppler/cMaps" "/usr/share/ghostscript/${PVM}/Resource/CMap" + dosym ../../../poppler/cMaps "/usr/share/ghostscript/${PVM}/Resource/CMap" use static-libs || find "${ED}" -name '*.la' -delete