summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSýlvan Heuser2017-03-10 16:00:33 +0100
committerSýlvan Heuser2017-03-10 16:00:33 +0100
commit7c2cf8a4310f5e5a65e9c102d83c770997fbdd40 (patch)
tree1ae7a240610cfbc1ce19592c1f74d47970e0c6ea
parent35933a0f676dce0ebef1ddb3b8c73d54abb8c6a0 (diff)
downloadaur-7c2cf8a4310f5e5a65e9c102d83c770997fbdd40.tar.gz
Fix CUPS not finding PPDs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbb2b12979e5..04c4343e1828 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Mar 10 14:26:51 UTC 2017
+# Fri Mar 10 15:00:33 UTC 2017
pkgbase = cups-xerox-phaser-3600
pkgdesc = CUPS driver for the Xerox Phaser 3600 series. Also supports fc2218, pe120, pe220, Phaser 3117, 3200, 3250, 3250, 3300, 3435, 3600, 6110, WorkCentre 3210, 3220, 4118
pkgver = 3.00.27+187
- pkgrel = 1
+ pkgrel = 2
url = http://www.support.xerox.com/support/phaser-3600/downloads/enus.html?operatingSystem=linux
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5c0894ccfe89..6505cbed100f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cups-xerox-phaser-3600
pkgver=3.00.27+187
-pkgrel=1
+pkgrel=2
pkgdesc="CUPS driver for the Xerox Phaser 3600 series. Also supports fc2218, pe120, pe220, Phaser 3117, 3200, 3250, 3250, 3300, 3435, 3600, 6110, WorkCentre 3210, 3220, 4118"
url="http://www.support.xerox.com/support/phaser-3600/downloads/enus.html?operatingSystem=linux"
license=('custom')
@@ -34,8 +34,8 @@ package() {
mv "${pkgdir}"/usr/lib64/* "${pkgdir}/usr/lib/"
rmdir "${pkgdir}/usr/lib64"
fi
- mkdir ${pkgdir}/usr/share
- cp -a noarch/at_opt/share/ppd ${pkgdir}/usr/share/
+ mkdir -p ${pkgdir}/usr/share/cups/model
+ cp -a noarch/at_opt/share/ppd/* ${pkgdir}/usr/share/cups/model/
rm -rf ${pkgdir}/usr/sbin
}