diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-24 17:27:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-24 17:53:11 +0200 |
commit | b42d1948a13b86d00c96547f0dee55c79228cb77 (patch) | |
tree | 6d2e92ed8501107b1d91738a36f30d463539a5fe /app-text/ghostscript-gpl | |
parent | app-text/fbreader: [QA] Use relative symlink target(s) (diff) | |
download | gentoo-b42d1948a13b86d00c96547f0dee55c79228cb77.tar.gz gentoo-b42d1948a13b86d00c96547f0dee55c79228cb77.tar.bz2 gentoo-b42d1948a13b86d00c96547f0dee55c79228cb77.zip |
app-text/ghostscript-gpl: [QA] Use relative symlink target(s)
Diffstat (limited to 'app-text/ghostscript-gpl')
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-9.20-r1.ebuild | 2 | ||||
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-9.20-r2.ebuild | 2 | ||||
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
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 |