nixpkgs/pkgs/applications/virtualization/qemu/no-etc-install.patch

12 lines
236 B
Diff
Raw Normal View History

--- a/Makefile
+++ b/Makefile
2015-08-13 13:15:11 +02:00
@@ -418,7 +418,7 @@
2015-08-13 13:15:11 +02:00
install: all $(if $(BUILD_DOCS),install-doc) \
-install-datadir install-localstatedir
2015-08-13 13:15:11 +02:00
+install-datadir
ifneq ($(TOOLS),)
$(call install-prog,$(TOOLS),$(DESTDIR)$(bindir))
endif