From 3e96b3008e3cdf01e0870913186ef239dd300aec Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 4 May 2014 12:55:57 +0200 Subject: [PATCH] sane: install to xinetd.d not xinet.d. --- srcpkgs/sane/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sane/template b/srcpkgs/sane/template index 7629fe14cec..6aeab2ce284 100644 --- a/srcpkgs/sane/template +++ b/srcpkgs/sane/template @@ -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 }