mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
extra /
This commit is contained in:
parent
9eb5256c3b
commit
f33f4c3c39
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ ISO_TESTS=$(wildcard install_*) $(if $(FLATPAK_REMOTE_REFS) $(FLATPAK_DIR),$(wil
|
||||||
|
|
||||||
all: $(ISO_TESTS) clean
|
all: $(ISO_TESTS) clean
|
||||||
|
|
||||||
$(ISO_TESTS): /mnt/iso
|
$(ISO_TESTS): mnt/iso
|
||||||
$(eval _VARS = ISO_NAME VERSION FLATPAK_REMOTE_NAME _FLATPAK_REPO_URL)
|
$(eval _VARS = ISO_NAME VERSION FLATPAK_REMOTE_NAME _FLATPAK_REPO_URL)
|
||||||
chmod +x $@
|
chmod +x $@
|
||||||
$(foreach var,$(_VARS),$(var)=$($(var))) ./$@
|
$(foreach var,$(_VARS),$(var)=$($(var))) ./$@
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue