netctl: 1.4 bumped
This commit is contained in:
parent
83349ff1f6
commit
8bb69b1ff0
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue