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
commite9303ca175ecfe1d7ca23bbcacf8b7f3d2ae85c1 (patch)
treecce8c644879c81542921cce1a33cbc2c2681fa83 /Makefile
parentff0c13f90c4e4ca922171a08f7344e86cd64fcd0 (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/"