mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
autofs: remove stuff that won't work in void or are unnecessary.
This commit is contained in:
parent
fe49f382a6
commit
97f850546e
1 changed files with 5 additions and 3 deletions
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'autofs'
|
# Template file for 'autofs'
|
||||||
pkgname=autofs
|
pkgname=autofs
|
||||||
version=5.1.0
|
version=5.1.0
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/autofs/auto.master
|
/etc/autofs/auto.master
|
||||||
/etc/autofs/auto.misc
|
/etc/autofs/auto.misc
|
||||||
/etc/autofs/autofs.conf
|
/etc/autofs/autofs.conf
|
||||||
/etc/autofs/autofs_ldap_auth.conf
|
/etc/autofs/autofs_ldap_auth.conf"
|
||||||
/etc/default/autofs"
|
|
||||||
configure_args="--with-libtirpc --with-mapdir=/etc/autofs"
|
configure_args="--with-libtirpc --with-mapdir=/etc/autofs"
|
||||||
make_build_args="STRIP=:"
|
make_build_args="STRIP=:"
|
||||||
hostmakedepends="flex kmod"
|
hostmakedepends="flex kmod"
|
||||||
|
@ -25,4 +24,7 @@ pre_build() {
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv $pkgname
|
vsv $pkgname
|
||||||
|
# Remove unused stuff
|
||||||
|
rm ${DESTDIR}/usr/share/man/man5/autofs.5
|
||||||
|
rm -r ${DESTDIR}/etc/defaults
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue