summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/ghostscript-gpl')
-rw-r--r--app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r3.ebuild (renamed from app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r2.ebuild)3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r2.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r3.ebuild
index 3e43e96c815f..85e67bcb90fe 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r2.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r3.ebuild
@@ -185,6 +185,9 @@ src_install() {
# install the CMaps from poppler-data properly, bug #409361
dosym ../../../poppler/cMaps "/usr/share/ghostscript/${PVM}/Resource/CMap"
+ # ps2epsi requires ps2epsi.ps in same directory, bug #749399
+ dosym "../share/ghostscript/${PV}/lib/ps2epsi.ps" /usr/bin/ps2epsi.ps
+
if ! use static-libs; then
find "${ED}" -name '*.la' -delete || die
fi