[Pkg-xen-changes] r886 - trunk/xen/debian/patches
Bastian Blank
waldi at alioth.debian.org
Thu Apr 28 12:19:40 UTC 2011
Author: waldi
Date: Thu Apr 28 12:19:16 2011
New Revision: 886
Log:
debian/patches/qemu-prefix.diff: Fix location of keymap files.
Modified:
trunk/xen/debian/patches/qemu-prefix.diff
Modified: trunk/xen/debian/patches/qemu-prefix.diff
==============================================================================
--- trunk/xen/debian/patches/qemu-prefix.diff Thu Apr 28 11:41:03 2011 (r885)
+++ trunk/xen/debian/patches/qemu-prefix.diff Thu Apr 28 12:19:16 2011 (r886)
@@ -9,3 +9,22 @@
OBJS += piix4acpi.o
OBJS += xenstore.o
+@@ -77,7 +77,6 @@
+
+ EXESUF=-xen
+
+-datadir := $(subst qemu,xen/qemu,$(datadir))
+ docdir := $(subst qemu,xen/qemu,$(docdir))
+ mandir := $(subst share/man,share/xen/man,$(mandir))
+
+--- a/qemu/xen-setup
++++ b/qemu/xen-setup
+@@ -28,7 +28,7 @@
+ ln -sf ${QEMU_ROOT:-..}/xen-config.mak $target/config.mak
+ cat ${QEMU_ROOT:-.}/xen-config-host.mak >>config-host.mak
+
+-sed -e 's,qemu,xen/qemu,' config-host.h >config-host.h.new
++cat config-host.h >config-host.h.new
+ echo "#define DEFAULT_NETWORK_SCRIPT \"${XEN_SCRIPT_DIR}/qemu-ifup\"" >>config-host.h.new
+ echo "#define DEFAULT_NETWORK_DOWN_SCRIPT \"${XEN_SCRIPT_DIR}/qemu-ifdown\"" >>config-host.h.new
+ echo '#include "xen-config-host.h"' >>config-host.h.new
More information about the Pkg-xen-changes
mailing list