Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools/files: xen-tools-4.2.2-install.patch
Date: Tue, 30 Jul 2013 07:08:44
Message-Id: 20130730070835.B14A12171C@flycatcher.gentoo.org
1 idella4 13/07/30 07:08:35
2
3 Added: xen-tools-4.2.2-install.patch
4 Log:
5 alternate fix to Bug #472976 by patch by Andreas Kinzler wrt to Bug #472976 by Andreas Kinzler
6
7 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.1 app-emulation/xen-tools/files/xen-tools-4.2.2-install.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xen-tools-4.2.2-install.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xen-tools-4.2.2-install.patch?rev=1.1&content-type=text/plain
14
15 Index: xen-tools-4.2.2-install.patch
16 ===================================================================
17 fix invalid installs of docs/man and config into /usr/local
18
19 --- xen-4.2.2-orig/tools/Makefile 2013-04-23 18:42:55.000000000 +0200
20 +++ xen-4.2.2/tools/Makefile 2013-07-29 17:01:33.764093405 +0200
21 @@ -199,6 +199,9 @@
22 --bindir=$(LIBEXEC) \
23 --datadir=$(SHAREDIR)/qemu-xen \
24 --disable-kvm \
25 + --mandir=/usr/share/man \
26 + --docdir=/usr/share/doc/xen \
27 + --sysconfdir=/etc \
28 --python=$(PYTHON) \
29 $(IOEMU_CONFIGURE_CROSS); \
30 $(MAKE) all