[arch-commits] Commit in ghostscript/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Wed Aug 8 19:38:40 UTC 2018


    Date: Wednesday, August 8, 2018 @ 19:38:40
  Author: andyrtr
Revision: 331260

upgpkg: ghostscript 9.23-2

remove broken doc symlink - FS#59507

Modified:
  ghostscript/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-08 19:25:34 UTC (rev 331259)
+++ PKGBUILD	2018-08-08 19:38:40 UTC (rev 331260)
@@ -4,7 +4,7 @@
 pkgbase=ghostscript
 pkgname=(ghostscript ghostxps ghostpcl)
 pkgver=9.23
-pkgrel=1
+pkgrel=2
 pkgdesc="An interpreter for the PostScript language"
 url="https://www.ghostscript.com/"
 arch=('x86_64')
@@ -60,9 +60,8 @@
        soinstall
   ln -s gsc "${pkgdir}"/usr/bin/gs
 
-  # install missing doc files # http://bugs.archlinux.org/task/18023
-  install -Dt "${pkgdir}"/usr/share/ghostscript/${pkgver}/doc \
-    -m644 doc/{VectorDevices.htm,gs-vms.hlp,gsdoc.el,pscet_status.txt}
+  # remove useless broken doc/ symlink - FS#59507
+  rm -f "${pkgdir}"/usr/share/ghostscript/${pkgver}/doc
 
   # remove unwanted localized manpages
   rm -r "${pkgdir}"/usr/share/man/de



More information about the arch-commits mailing list