From 97f850546e841e21643e74f376513106ebf3c8d0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 11 Jan 2015 12:46:03 +0100 Subject: [PATCH] autofs: remove stuff that won't work in void or are unnecessary. --- srcpkgs/autofs/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/autofs/template b/srcpkgs/autofs/template index 702c99c922..95bd79752c 100644 --- a/srcpkgs/autofs/template +++ b/srcpkgs/autofs/template @@ -1,14 +1,13 @@ # Template file for 'autofs' pkgname=autofs version=5.1.0 -revision=3 +revision=4 build_style=gnu-configure conf_files=" /etc/autofs/auto.master /etc/autofs/auto.misc /etc/autofs/autofs.conf - /etc/autofs/autofs_ldap_auth.conf - /etc/default/autofs" + /etc/autofs/autofs_ldap_auth.conf" configure_args="--with-libtirpc --with-mapdir=/etc/autofs" make_build_args="STRIP=:" hostmakedepends="flex kmod" @@ -25,4 +24,7 @@ pre_build() { } post_install() { vsv $pkgname + # Remove unused stuff + rm ${DESTDIR}/usr/share/man/man5/autofs.5 + rm -r ${DESTDIR}/etc/defaults }