# HG changeset patch
# User David Scott <[email protected]>
# Date 1282643697 -3600
# Node ID 55f3376e21b2db25b1b0702fb42f3efc4ea94387
# Parent  fb84e40de15a22d0e091d26d701fa727f9e600f1
Fix build by using $(DESTDIR)/ rather than $(DIST)/staging/

Signed-off-by: David Scott <[email protected]>

diff -r fb84e40de15a -r 55f3376e21b2 scripts/OMakefile
--- a/scripts/OMakefile Wed Aug 04 15:55:23 2010 -0400
+++ b/scripts/OMakefile Tue Aug 24 10:54:57 2010 +0100
@@ -49,7 +49,7 @@
        $(IPROG) debug_ha_query_liveset $(DESTDIR)/opt/xensource/debug
        $(IPROG) xe-scsi-dev-map $(DESTDIR)/opt/xensource/bin/
        $(IPROG) xe-mount-iso-sr $(DESTDIR)/opt/xensource/bin/
-       $(IPROG) xe-reset-networking $(DIST)/staging/opt/xensource/bin/
+       $(IPROG) xe-reset-networking $(DESTDIR)/opt/xensource/bin/
        $(IPROG) xe-set-iscsi-iqn $(DESTDIR)/opt/xensource/bin/
        $(IPROG) xe-toolstack-restart $(DESTDIR)/opt/xensource/bin/
        $(IPROG) xe-xentrace $(DESTDIR)/opt/xensource/bin/
 scripts/OMakefile |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


# HG changeset patch
# User David Scott <[email protected]>
# Date 1282643697 -3600
# Node ID 55f3376e21b2db25b1b0702fb42f3efc4ea94387
# Parent  fb84e40de15a22d0e091d26d701fa727f9e600f1
Fix build by using $(DESTDIR)/ rather than $(DIST)/staging/

Signed-off-by: David Scott <[email protected]>

diff -r fb84e40de15a -r 55f3376e21b2 scripts/OMakefile
--- a/scripts/OMakefile	Wed Aug 04 15:55:23 2010 -0400
+++ b/scripts/OMakefile	Tue Aug 24 10:54:57 2010 +0100
@@ -49,7 +49,7 @@
 	$(IPROG) debug_ha_query_liveset $(DESTDIR)/opt/xensource/debug
 	$(IPROG) xe-scsi-dev-map $(DESTDIR)/opt/xensource/bin/
 	$(IPROG) xe-mount-iso-sr $(DESTDIR)/opt/xensource/bin/
-	$(IPROG) xe-reset-networking $(DIST)/staging/opt/xensource/bin/
+	$(IPROG) xe-reset-networking $(DESTDIR)/opt/xensource/bin/
 	$(IPROG) xe-set-iscsi-iqn $(DESTDIR)/opt/xensource/bin/
 	$(IPROG) xe-toolstack-restart $(DESTDIR)/opt/xensource/bin/
 	$(IPROG) xe-xentrace $(DESTDIR)/opt/xensource/bin/
_______________________________________________
xen-api mailing list
[email protected]
http://lists.xensource.com/mailman/listinfo/xen-api

Reply via email to