diff --git a/packages/sys-apps/netctl/netctl-1.4.exheres-0 b/packages/sys-apps/netctl/netctl-1.4.exheres-0 index 15c7ee1..d4b625f 100644 --- a/packages/sys-apps/netctl/netctl-1.4.exheres-0 +++ b/packages/sys-apps/netctl/netctl-1.4.exheres-0 @@ -29,4 +29,12 @@ DEFAULT_SRC_INSTALL_PARAMS+=( DESTDIR="${IMAGE}" ) src_compile() { # nothing to do + true +} + +src_install() { + default + + keepdir /etc/netctl/interfaces + keepdir /etc/netctl/hooks }