From 7b857c1328130d7d599852df8d1b0c205c20d078 Mon Sep 17 00:00:00 2001 From: Ashwinh Date: Mon, 17 Jun 2024 11:40:58 +0000 Subject: [PATCH] CP-49901: Moved disk-space from scripts/plugins to python3/plugins - Modified Makefile to include disk-space in python3/plugins directory - Removed disk-space from scripts/Makefile Signed-off-by: Ashwinh --- python3/Makefile | 2 ++ {scripts => python3}/plugins/disk-space | 0 scripts/Makefile | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) rename {scripts => python3}/plugins/disk-space (100%) diff --git a/python3/Makefile b/python3/Makefile index d781ec27bd8..eb27fbe6732 100644 --- a/python3/Makefile +++ b/python3/Makefile @@ -20,3 +20,5 @@ install: $(IPROG) bin/hfx_filename $(DESTDIR)$(OPTDIR)/bin $(IPROG) bin/perfmon $(DESTDIR)$(OPTDIR)/bin $(IPROG) bin/xe-scsi-dev-map $(DESTDIR)$(OPTDIR)/bin + mkdir -p $(DESTDIR)$(PLUGINDIR) + $(IPROG) plugins/disk-space $(DESTDIR)$(PLUGINDIR) diff --git a/scripts/plugins/disk-space b/python3/plugins/disk-space similarity index 100% rename from scripts/plugins/disk-space rename to python3/plugins/disk-space diff --git a/scripts/Makefile b/scripts/Makefile index dbac54dc8b5..cfe52c6a7b9 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -131,7 +131,6 @@ install: $(IPROG) plugins/extauth-hook $(DESTDIR)$(PLUGINDIR) $(IPROG) plugins/extauth-hook-AD.py $(DESTDIR)$(PLUGINDIR) $(IPROG) plugins/install-supp-pack $(DESTDIR)$(PLUGINDIR) - $(IPROG) plugins/disk-space $(DESTDIR)$(PLUGINDIR) $(IPROG) plugins/firewall-port $(DESTDIR)$(PLUGINDIR) $(IPROG) plugins/openvswitch-config-update $(DESTDIR)$(PLUGINDIR) mkdir -p $(DESTDIR)$(HOOKSDIR)/host-post-declare-dead