netctl: 1.4 bumped

This commit is contained in:
Denis Knauf 2014-01-07 00:13:29 +01:00
parent 83349ff1f6
commit 8bb69b1ff0

View file

@ -29,4 +29,12 @@ DEFAULT_SRC_INSTALL_PARAMS+=( DESTDIR="${IMAGE}" )
src_compile() { src_compile() {
# nothing to do # nothing to do
true
}
src_install() {
default
keepdir /etc/netctl/interfaces
keepdir /etc/netctl/hooks
} }