Explorar el Código

Makefile: quote LIVE_PLATFORMS properly

classabbyamp hace 3 meses
padre
commit
22e5f428e2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -63,7 +63,7 @@ live-iso-all-print:
 void-live-%.iso: mkiso.sh
 	@[ -n "${CI}" ] && printf "::group::\x1b[32mBuilding $@...\x1b[0m\n" || true
 	$(if $(findstring aarch64,$*), \
-		$(SUDO) ./mkiso.sh -r $(REPOSITORY) -t $* -- -P $(LIVE_PLATFORMS), \
+		$(SUDO) ./mkiso.sh -r $(REPOSITORY) -t $* -- -P "$(LIVE_PLATFORMS)", \
 		$(SUDO) ./mkiso.sh -r $(REPOSITORY) -t $*)
 	@[ -n "${CI}" ] && printf '::endgroup::\n' || true