[arch-commits] Commit in cups-pdf/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Tue Oct 4 13:21:32 UTC 2011
Date: Tuesday, October 4, 2011 @ 09:21:32
Author: andyrtr
Revision: 139654
upgpkg: cups-pdf 2.6.0-2
fix FS#26243
Modified:
cups-pdf/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-10-04 11:41:43 UTC (rev 139653)
+++ PKGBUILD 2011-10-04 13:21:32 UTC (rev 139654)
@@ -4,7 +4,7 @@
pkgname=cups-pdf
pkgver=2.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="PDF printer for cups"
arch=(i686 x86_64)
depends=('cups' 'ghostscript')
@@ -32,4 +32,6 @@
# Install config file
install -D -m644 cups-pdf.conf $pkgdir/etc/cups/cups-pdf.conf
+ # fix https://bugs.archlinux.org/task/26243
+ sed -i "s:e cups-pdf.conf:# cups-pdf.conf:g" $pkgdir/etc/cups/cups-pdf.conf
}
More information about the arch-commits
mailing list