summary refs log tree commit diff
path: root/pkgs/applications/virtualization/qemu/no-etc-install.patch
blob: 5bab930d06a58a72f564e76c16d6894bd0bfbdc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -867,7 +867,7 @@ install-includedir:
 	$(INSTALL_DIR) "$(DESTDIR)$(includedir)"
 
 install: all $(if $(BUILD_DOCS),install-doc) \
-	install-datadir install-localstatedir install-includedir \
+	install-datadir install-includedir \
 	$(if $(INSTALL_BLOBS),$(edk2-decompressed)) \
 	recurse-install
 ifneq ($(TOOLS),)