Fix typo on repo binary opts

This commit is contained in:
Wildan M 2025-11-20 19:40:37 -08:00
parent 7e3dea8107
commit 6d550e6cbf
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

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