diff --git a/srcpkgs/ghostscript/template b/srcpkgs/ghostscript/template index 47a0c8d0cd2..8f34f3f5d5a 100644 --- a/srcpkgs/ghostscript/template +++ b/srcpkgs/ghostscript/template @@ -1,7 +1,7 @@ # Template file for 'ghostscript' pkgname=ghostscript version=9.18 -revision=1 +revision=2 short_desc="An interpreter for the PostScript language" maintainer="Juan RP " homepage="http://www.ghostscript.com/" @@ -80,6 +80,10 @@ do_install() { # Remove conflicting files with cups-filters. rm -f ${DESTDIR}/usr/lib/cups/filter/{gstopxl,gstoraster} + + cd .. + # Install missing file + vinstall base/gserrors.h 644 usr/include/ghostscript }