2010-09-28 00:07:20 +02:00
|
|
|
Index: xen-4.0.0-testing/tools/ioemu-remote/Makefile
|
2009-02-23 13:03:38 +01:00
|
|
|
===================================================================
|
2010-09-28 00:07:20 +02:00
|
|
|
--- xen-4.0.0-testing.orig/tools/ioemu-remote/Makefile
|
|
|
|
+++ xen-4.0.0-testing/tools/ioemu-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)"
|
2010-09-28 00:07:20 +02:00
|
|
|
Index: xen-4.0.0-testing/tools/ioemu-remote/Makefile.target
|
2009-02-23 13:03:38 +01:00
|
|
|
===================================================================
|
2010-09-28 00:07:20 +02:00
|
|
|
--- xen-4.0.0-testing.orig/tools/ioemu-remote/Makefile.target
|
|
|
|
+++ xen-4.0.0-testing/tools/ioemu-remote/Makefile.target
|
2009-05-04 18:38:09 +02:00
|
|
|
@@ -754,7 +754,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
|