mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
add syslinux-nonlinux
This commit is contained in:
parent
d601d65e96
commit
5c868dee23
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -133,7 +133,7 @@ clean:
|
||||||
|
|
||||||
.PHONY: install-deps
|
.PHONY: install-deps
|
||||||
install-deps:
|
install-deps:
|
||||||
$(install_pkg) lorax xorriso coreutils gettext
|
$(install_pkg) lorax xorriso coreutils gettext syslinux-nonlinux
|
||||||
$(foreach DIR,$(filter-out test,$(_SUBDIRS)),$(MAKE) -w -C $(DIR) install-deps;)
|
$(foreach DIR,$(filter-out test,$(_SUBDIRS)),$(MAKE) -w -C $(DIR) install-deps;)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue