718848d5aa
This commit packages qemu-220. This package is qemu-2.2.0 and is only used with Azure.
15 lines
524 B
Diff
15 lines
524 B
Diff
diff --git a/Makefile b/Makefile
|
|
index d6b9dc1..ce7c493 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -384,8 +384,7 @@ install-confdir:
|
|
install-sysconfig: install-datadir install-confdir
|
|
$(INSTALL_DATA) $(SRC_PATH)/sysconfigs/target/target-x86_64.conf "$(DESTDIR)$(qemu_confdir)"
|
|
|
|
-install: all $(if $(BUILD_DOCS),install-doc) install-sysconfig \
|
|
-install-datadir install-localstatedir
|
|
+install: all $(if $(BUILD_DOCS),install-doc) install-datadir
|
|
ifneq ($(TOOLS),)
|
|
$(call install-prog,$(TOOLS),$(DESTDIR)$(bindir))
|
|
endif
|