hplip: remove systemd service file
This commit is contained in:
parent
dd1c9f487d
commit
0511144ec7
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'hplip'
|
||||
pkgname=hplip
|
||||
version=3.15.6
|
||||
revision=1
|
||||
revision=2
|
||||
#XXX: pyqt pkgs for python gui
|
||||
hostmakedepends="pkg-config automake libtool python"
|
||||
makedepends="libressl-devel python-devel libxml2-python cups-devel
|
||||
|
@ -33,6 +33,9 @@ do_configure() {
|
|||
libtoolize -f
|
||||
autoreconf -fi || true
|
||||
|
||||
# do not install systemd service file
|
||||
sed -i '/[[:space:]]install-dist_rulessystemDATA/s,install-dist_rulessystemDATA,,' Makefile.in
|
||||
|
||||
./configure ${configure_args} --disable-gui-build \
|
||||
--disable-foomatic-rip-hplip-install \
|
||||
--enable-foomatic-ppd-install \
|
||||
|
|
Loading…
Reference in New Issue