sane: install to xinetd.d not xinet.d.
This commit is contained in:
parent
efedf60c7b
commit
3e96b3008e
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'sane'.
|
||||
pkgname=sane
|
||||
version=1.0.24
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="sane-backends-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-locking --enable-avahi --disable-latex --enable-ipv6
|
||||
|
@ -107,7 +107,7 @@ post_install() {
|
|||
# Install systemd service.
|
||||
vinstall ${FILESDIR}/saned@.service 644 usr/lib/systemd/system
|
||||
vinstall ${FILESDIR}/saned.socket 644 usr/lib/systemd/system
|
||||
vinstall ${FILESDIR}/saned.xinetd 644 etc/xinet.d saned.conf
|
||||
vinstall ${FILESDIR}/saned.xinetd 644 etc/xinetd.d saned.conf
|
||||
|
||||
vinstall ${wrksrc}/tools/sane-backends.pc 644 usr/lib/pkgconfig
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue