openvswitch: fix variable order
This commit is contained in:
parent
0f2fee9dff
commit
19dc6d224b
1 changed files with 1 additions and 1 deletions
|
@ -15,8 +15,8 @@ license="Apache-2.0"
|
|||
homepage="http://openvswitch.org/"
|
||||
distfiles="http://openvswitch.org/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=90f084dc282fdb588a2cfff351fea359492f69600f1e4a1286e24e44901de113
|
||||
make_install_args+=" completiondir=${_completiondir}"
|
||||
_completiondir="/usr/share/bash-completion/completions"
|
||||
make_install_args+=" completiondir=${_completiondir}"
|
||||
|
||||
post_install() {
|
||||
for cmd in ovs-appctl ovs-vsctl; do
|
||||
|
|
Loading…
Reference in a new issue