diff --git a/python3/Makefile b/python3/Makefile index d31aa4f497d..4e65f81ad38 100644 --- a/python3/Makefile +++ b/python3/Makefile @@ -34,6 +34,7 @@ install: $(IPROG) plugins/disk-space $(DESTDIR)$(PLUGINDIR) $(IPROG) plugins/install-supp-pack $(DESTDIR)$(PLUGINDIR) $(IPROG) plugins/echo.py $(DESTDIR)$(PLUGINDIR)/echo + $(IPROG) plugins/openvswitch-config-update $(DESTDIR)$(PLUGINDIR) $(IPROG) perfmon/perfmon $(DESTDIR)$(PLUGINDIR) $(IDATA) perfmon/perfmon.service $(DESTDIR)/usr/lib/systemd/system/perfmon.service diff --git a/scripts/plugins/openvswitch-config-update b/python3/plugins/openvswitch-config-update similarity index 100% rename from scripts/plugins/openvswitch-config-update rename to python3/plugins/openvswitch-config-update diff --git a/scripts/Makefile b/scripts/Makefile index 91b232a834e..08e7d7a517b 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -122,7 +122,6 @@ install: $(IPROG) plugins/extauth-hook $(DESTDIR)$(PLUGINDIR) $(IPROG) plugins/extauth-hook-AD.py $(DESTDIR)$(PLUGINDIR) $(IPROG) plugins/firewall-port $(DESTDIR)$(PLUGINDIR) - $(IPROG) plugins/openvswitch-config-update $(DESTDIR)$(PLUGINDIR) mkdir -p $(DESTDIR)$(HOOKSDIR)/host-post-declare-dead $(IPROG) 10resetvdis $(DESTDIR)$(HOOKSDIR)/host-post-declare-dead mkdir -p $(DESTDIR)/etc/bash_completion.d