1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-18 19:26:02 +00:00
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 12:15:11 +01:00
@@ -418,7 +418,7 @@
2015-08-13 12:15:11 +01:00
install: all $(if $(BUILD_DOCS),install-doc) \
-install-datadir install-localstatedir
2015-08-13 12:15:11 +01:00
+install-datadir
ifneq ($(TOOLS),)
$(call install-prog,$(TOOLS),$(DESTDIR)$(bindir))
endif