mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 02:23:07 +03:00
df592a6535
This reverts commit0e0e3c0c08
. I've been seeing quite some QEMU segfaults on Hydra, hopefully reverting the bump will fix the issue. (cherry picked from commit863c121c07
) Signed-off-by: Domen Kožar <domen@dev.si>
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
|