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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Oct 13 06:54:39 UTC 2012


    Date: Saturday, October 13, 2012 @ 02:54:39
  Author: andyrtr
Revision: 168530

upgpkg: hplip 3.12.10.a-2

fix cupsd restart - FS#31921

Modified:
  hplip/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-13 06:49:02 UTC (rev 168529)
+++ PKGBUILD	2012-10-13 06:54:39 UTC (rev 168530)
@@ -5,7 +5,7 @@
 
 pkgname=hplip
 pkgver=3.12.10.a
-pkgrel=1
+pkgrel=2
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet"
 arch=('i686' 'x86_64')
 url="http://hplipopensource.com"
@@ -50,7 +50,9 @@
  sed -i 's|python %HOME%|python2 %HOME%|' base/utils.py
  sed -i 's|python ./plugin.py|python2 ./plugin.py|' base/pkit.py
  
-
+ # fix rc script path - FS#31921
+ sed -i 's|\/etc\/init.d\/cupsys|\/etc\/rc.d\/cupsd|g' setup.py
+ 
  # https://bugs.archlinux.org/task/30085 - hack found in Gentoo
  # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip
  # The hpcups driver does not use foomatic-rip




More information about the arch-commits mailing list