From 90cad8c27493aff6a0b3cf4c439c68dd52639d10 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 2 Jun 2015 19:33:45 +0200 Subject: [PATCH] autofs: move to usr/bin. --- srcpkgs/autofs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/autofs/template b/srcpkgs/autofs/template index 8017e37059d..ab81925886e 100644 --- a/srcpkgs/autofs/template +++ b/srcpkgs/autofs/template @@ -1,14 +1,14 @@ # Template file for 'autofs' pkgname=autofs version=5.1.1 -revision=2 +revision=3 build_style=gnu-configure conf_files=" /etc/autofs/auto.master /etc/autofs/auto.misc /etc/autofs/autofs.conf /etc/autofs/autofs_ldap_auth.conf" -configure_args="--with-libtirpc --with-mapdir=/etc/autofs" +configure_args="--with-libtirpc --with-mapdir=/etc/autofs --sbindir=/usr/bin" hostmakedepends="flex kmod" makedepends="libtirpc-devel" short_desc="A kernel-based automounter for Linux"