From e9303ca175ecfe1d7ca23bbcacf8b7f3d2ae85c1 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Wed, 29 Jul 2020 19:14:59 +0300 Subject: Makefile: do not install mkinitcpio hooks by default They are not required in the host system. See https://gitlab.archlinux.org/archlinux/archiso/-/issues/34 . --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a274282..ff43376 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ check: configs/releng/airootfs/usr/local/bin/choose-mirror shellcheck -s dash $(HOOKS_FILES) $(SCRIPT_FILES) -install: install-program install-initcpio install-examples install-doc +install: install-program install-examples install-doc install-program: install -vDm 755 archiso/mkarchiso -t "$(DESTDIR)/usr/bin/" -- cgit v1.2.3-54-g00ecf