Skip to content
Snippets Groups Projects
Unverified Commit e9303ca1 authored by nl6720's avatar nl6720
Browse files

Makefile: do not install mkinitcpio hooks by default

They are not required in the host system. See #34 .
parent ff0c13f9
No related branches found
No related tags found
1 merge request!50Split off mkinitcpio hooks
...@@ -25,7 +25,7 @@ check: ...@@ -25,7 +25,7 @@ check:
configs/releng/airootfs/usr/local/bin/choose-mirror configs/releng/airootfs/usr/local/bin/choose-mirror
shellcheck -s dash $(HOOKS_FILES) $(SCRIPT_FILES) 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-program:
install -vDm 755 archiso/mkarchiso -t "$(DESTDIR)/usr/bin/" install -vDm 755 archiso/mkarchiso -t "$(DESTDIR)/usr/bin/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment