mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 12:45:20 +03:00
- Xen looks for /usr/share/qemu-xen/qemu but xen-qemu installed to /usr/share/qemu, and would also collide the community/qemu aport - use amove - keep the default libexecdir - install desktop entry as /usr/share/applications/qemu-xen.desktop - build pv-grub stubdoms and qemu-traditional based device model, disabled by default since 4.16
10 lines
345 B
Diff
10 lines
345 B
Diff
--- a/tools/Makefile
|
|
+++ b/tools/Makefile
|
|
@@ -245,6 +245,7 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-fi
|
|
$(EXTRA_CFLAGS_QEMU_XEN)" \
|
|
--extra-ldflags="$(QEMU_UPSTREAM_RPATH)" \
|
|
--bindir=$(LIBEXEC_BIN) \
|
|
+ --sysconfdir=/etc/xen \
|
|
--datadir=$(SHAREDIR)/qemu-xen \
|
|
--localstatedir=$(localstatedir) \
|
|
--docdir=$(LIBEXEC)/share/doc \
|