diff --git a/python3/Makefile b/python3/Makefile index 1384df9284c..d781ec27bd8 100644 --- a/python3/Makefile +++ b/python3/Makefile @@ -19,3 +19,4 @@ install: $(IPROG) bin/hfx_filename $(DESTDIR)$(OPTDIR)/bin $(IPROG) bin/perfmon $(DESTDIR)$(OPTDIR)/bin + $(IPROG) bin/xe-scsi-dev-map $(DESTDIR)$(OPTDIR)/bin diff --git a/scripts/xe-scsi-dev-map b/python3/bin/xe-scsi-dev-map similarity index 100% rename from scripts/xe-scsi-dev-map rename to python3/bin/xe-scsi-dev-map diff --git a/scripts/Makefile b/scripts/Makefile index 3c3ce93b22b..dbac54dc8b5 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -90,7 +90,6 @@ install: $(IPROG) update-ca-bundle.sh $(DESTDIR)$(OPTDIR)/bin mkdir -p $(DESTDIR)$(OPTDIR)/debug $(IPROG) debug_ha_query_liveset $(DESTDIR)$(OPTDIR)/debug - $(IPROG) xe-scsi-dev-map $(DESTDIR)$(OPTDIR)/bin $(IPROG) xe-mount-iso-sr $(DESTDIR)$(OPTDIR)/bin $(IPROG) xe-reset-networking $(DESTDIR)$(OPTDIR)/bin $(IPROG) xe-toolstack-restart $(DESTDIR)$(OPTDIR)/bin