Skip to content

Commit

Permalink
CP-49901: Moved disk-space from scripts/plugins to python3/plugins
Browse files Browse the repository at this point in the history
- Modified Makefile to include disk-space in python3/plugins directory
- Removed disk-space from scripts/Makefile

Signed-off-by: Ashwinh <ashwin.h@cloud.com>
  • Loading branch information
ashwin9390 committed Jun 17, 2024
1 parent a79ce2a commit 7b857c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions python3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
File renamed without changes.
1 change: 0 additions & 1 deletion scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b857c1

Please sign in to comment.