autofs: remove stuff that won't work in void or are unnecessary.
This commit is contained in:
parent
fe49f382a6
commit
97f850546e
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue