xen/xen-man-permissions.patch

14 lines
553 B
Diff

Index: xen-3.0.4-testing/tools/ioemu/Makefile
===================================================================
--- xen-3.0.4-testing.orig/tools/ioemu/Makefile
+++ xen-3.0.4-testing/tools/ioemu/Makefile
@@ -68,7 +68,7 @@ install-doc: $(DOCS)
$(INSTALL) -m 644 qemu-doc.html qemu-tech.html "$(DESTDIR)$(docdir)"
ifndef CONFIG_WIN32
mkdir -p "$(DESTDIR)$(mandir)/man1"
- $(INSTALL) qemu.1 qemu-img.1 "$(DESTDIR)$(mandir)/man1"
+ $(INSTALL) -m 644 qemu.1 qemu-img.1 "$(DESTDIR)$(mandir)/man1"
endif
install: all $(if $(BUILD_DOCS),install-doc)