mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ifupdown: broken by non-portable GLIBC-isms
This commit is contained in:
parent
7e09589b74
commit
5bc4ea7b50
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ make_dirs="/etc/network/interfaces.d 0755 root root
|
||||||
/etc/network/if-post-down.d 0755 root root"
|
/etc/network/if-post-down.d 0755 root root"
|
||||||
conf_files="/etc/network/interfaces"
|
conf_files="/etc/network/interfaces"
|
||||||
|
|
||||||
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
|
*-musl) broken=https://travis-ci.org/the-maldridge/void-packages/jobs/255103617
|
||||||
|
esac
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman interfaces.5
|
vman interfaces.5
|
||||||
vman ifup.8
|
vman ifup.8
|
||||||
|
|
Loading…
Add table
Reference in a new issue