openvswitch: don't install completions to wrong location

Signed-off-by: Ihar Hrachyshka <ihrachyshka@nvidia.com>
This commit is contained in:
Ihar Hrachyshka
2025-09-16 12:43:25 -04:00
parent 8e3ee43376
commit b97477410b
+2
View File
@@ -100,6 +100,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
postInstall = ''
# Install bash completions in correct location
rm -f $out/etc/bash_completion.d/ovs-*.bash
installShellCompletion --bash utilities/ovs-appctl-bashcomp.bash
installShellCompletion --bash utilities/ovs-vsctl-bashcomp.bash