27 lines
1.0 KiB
Diff
27 lines
1.0 KiB
Diff
Index: xen-3.3.1-testing/tools/ioemu-remote/Makefile
|
|
===================================================================
|
|
--- xen-3.3.1-testing.orig/tools/ioemu-remote/Makefile
|
|
+++ xen-3.3.1-testing/tools/ioemu-remote/Makefile
|
|
@@ -205,7 +205,7 @@ endif
|
|
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
|
|
mkdir -p "$(DESTDIR)$(datadir)"
|
|
set -e; for x in bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
|
|
Index: xen-3.3.1-testing/tools/ioemu-remote/Makefile.target
|
|
===================================================================
|
|
--- xen-3.3.1-testing.orig/tools/ioemu-remote/Makefile.target
|
|
+++ xen-3.3.1-testing/tools/ioemu-remote/Makefile.target
|
|
@@ -707,7 +707,7 @@ clean:
|
|
|
|
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
|