2012-09-17 17:49:23 +02:00
|
|
|
Index: xen-4.2.0-testing/tools/qemu-xen-traditional-dir-remote/Makefile
|
2009-02-23 13:03:38 +01:00
|
|
|
===================================================================
|
2012-09-17 17:49:23 +02:00
|
|
|
--- xen-4.2.0-testing.orig/tools/qemu-xen-traditional-dir-remote/Makefile
|
|
|
|
+++ xen-4.2.0-testing/tools/qemu-xen-traditional-dir-remote/Makefile
|
2010-01-16 01:12:54 +01:00
|
|
|
@@ -243,7 +243,7 @@ endif
|
2009-02-23 13:03:38 +01:00
|
|
|
install: all $(if $(BUILD_DOCS),install-doc)
|
|
|
|
mkdir -p "$(DESTDIR)$(bindir)"
|
|
|
|
ifneq ($(TOOLS),)
|
|
|
|
- $(INSTALL) -m 755 -s $(TOOLS) "$(DESTDIR)$(bindir)"
|
|
|
|
+ $(INSTALL) -m 755 $(TOOLS) "$(DESTDIR)$(bindir)"
|
|
|
|
endif
|
2009-05-04 18:38:09 +02:00
|
|
|
ifneq ($(BLOBS),)
|
2009-02-23 13:03:38 +01:00
|
|
|
mkdir -p "$(DESTDIR)$(datadir)"
|
2012-09-17 17:49:23 +02:00
|
|
|
Index: xen-4.2.0-testing/tools/qemu-xen-traditional-dir-remote/Makefile.target
|
2009-02-23 13:03:38 +01:00
|
|
|
===================================================================
|
2012-09-17 17:49:23 +02:00
|
|
|
--- xen-4.2.0-testing.orig/tools/qemu-xen-traditional-dir-remote/Makefile.target
|
|
|
|
+++ xen-4.2.0-testing/tools/qemu-xen-traditional-dir-remote/Makefile.target
|
2011-03-21 17:47:37 +01:00
|
|
|
@@ -755,7 +755,7 @@ clean:
|
2009-02-23 13:03:38 +01:00
|
|
|
|
|
|
|
install: all install-hook
|
|
|
|
ifneq ($(PROGS),)
|
|
|
|
- $(INSTALL) -m 755 -s $(PROGS) "$(DESTDIR)$(bindir)"
|
|
|
|
+ $(INSTALL) -m 755 $(PROGS) "$(DESTDIR)$(bindir)"
|
|
|
|
endif
|
|
|
|
|
|
|
|
# Include automatically generated dependency files
|