ghostscript: install missing gserrors.h file manually.

This commit is contained in:
Enno Boland 2015-10-14 11:08:51 +02:00
parent f7a61f21b2
commit 866c681a56
1 changed files with 5 additions and 1 deletions

View File

@ -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 <xtraeme@voidlinux.eu>"
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
}