Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2020-07-29 19:14:59 +0300
committernl6720 <nl6720@gmail.com>2020-07-29 19:14:59 +0300
commitb410d1c9f10141ef62622471abf6cf2fddf10769 (patch)
tree025fd7222fd57dad844fbc57d882c9dc4e366de3 /Makefile
parent0f2a3f1a4a2a5cc4b549a7a7f887519b5f053844 (diff)
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 .
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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/"