Merge branch 'fix-binary-opt' into 'master'

Fix typo on repo binary opts

See merge request redox-os/redox!1695
This commit is contained in:
Jeremy Soller 2025-11-20 20:43:54 -07:00
commit b5cdf702aa

View File

@ -141,13 +141,11 @@ FSTOOLS=build/fstools
INSTALLER=$(FSTOOLS)/bin/redox_installer
REDOXFS=$(FSTOOLS)/bin/redoxfs
REDOXFS_MKFS=$(FSTOOLS)/bin/redoxfs-mkfs
INSTALLER_OPTS=
INSTALLER_OPTS=--cookbook=.
COOKBOOK_OPTS="--filesystem=$(FILESYSTEM_CONFIG)"
ifeq ($(REPO_BINARY),0)
INSTALLER_OPTS+=--cookbook=.
else
INSTALLER_OPTS+=--cookbook=. --repo-binary
COOKBOOK_OPTS+=" --repo-binary"
ifeq ($(REPO_BINARY),1)
INSTALLER_OPTS+=--repo-binary
COOKBOOK_OPTS+=--repo-binary
endif
REPO_TAG=$(BUILD)/repo.tag