diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-05-30 08:01:18 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-05-30 08:01:18 +0000 |
commit | e8c0d50b71c15dd23f24b0e21a738c132463508f (patch) | |
tree | fdffad61a0b3a685e6558f33befb457fc5b01f61 /testing/hplip | |
parent | eec9f61606531c72d3c5f4c9b4985ba8af0668d5 (diff) | |
download | aports-e8c0d50b71c15dd23f24b0e21a738c132463508f.tar.bz2 aports-e8c0d50b71c15dd23f24b0e21a738c132463508f.tar.xz |
testing/hplip: install hpps filter
Diffstat (limited to 'testing/hplip')
-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() { |