diff options
Diffstat (limited to 'main/openvswitch/APKBUILD')
-rw-r--r-- | main/openvswitch/APKBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/openvswitch/APKBUILD b/main/openvswitch/APKBUILD index 1c1f2baa76..37f54fa811 100644 --- a/main/openvswitch/APKBUILD +++ b/main/openvswitch/APKBUILD @@ -39,7 +39,6 @@ build() { monitor() { depends="openvswitch py-twisted py-twisted-web2 py-qt" - arch="noarch" mkdir -p "$subpkgdir"/usr/share/openvswitch mv "$pkgdir"/usr/share/openvswitch/python \ "$subpkgdir"/usr/share/openvswitch/python @@ -75,7 +74,6 @@ bashcomp() { depends="" pkgdesc="Bash completions for $pkgname" install_if="$pkgname=$pkgver-r$pkgrel bash-completion" - arch="noarch" mkdir -p "$subpkgdir"/usr/share/bash-completion/completions/$pkgname mv "$builddir"/utilities/*-bashcomp.bash \ |