diff options
Diffstat (limited to 'testing/hplip/APKBUILD')
-rw-r--r-- | testing/hplip/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/hplip/APKBUILD b/testing/hplip/APKBUILD index 14377c746d..d3a8d127c5 100644 --- a/testing/hplip/APKBUILD +++ b/testing/hplip/APKBUILD @@ -4,7 +4,7 @@ # Contributor: Valery Kartel <valery.kartel@gmail.com> pkgname=hplip pkgver=3.17.4 -pkgrel=0 +pkgrel=1 pkgdesc="Drivers for HP printers and scanners" arch=all url="http://hplipopensource.com" @@ -49,6 +49,7 @@ package() { "$pkgdir"/usr/share/hal \ "$pkgdir"/usr/lib/systemd \ "$pkgdir"/usr/lib/cups/filter/pstotiff + install -m755 -D prnt/filters/hpps "$pkgdir"/usr/lib/cups/filter/hpps } sane() { |