mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 04:58:42 +08:00
Fix typo on repo binary opts
This commit is contained in:
parent
7e3dea8107
commit
6d550e6cbf
10
mk/config.mk
10
mk/config.mk
@ -141,13 +141,11 @@ FSTOOLS=build/fstools
|
|||||||
INSTALLER=$(FSTOOLS)/bin/redox_installer
|
INSTALLER=$(FSTOOLS)/bin/redox_installer
|
||||||
REDOXFS=$(FSTOOLS)/bin/redoxfs
|
REDOXFS=$(FSTOOLS)/bin/redoxfs
|
||||||
REDOXFS_MKFS=$(FSTOOLS)/bin/redoxfs-mkfs
|
REDOXFS_MKFS=$(FSTOOLS)/bin/redoxfs-mkfs
|
||||||
INSTALLER_OPTS=
|
INSTALLER_OPTS=--cookbook=.
|
||||||
COOKBOOK_OPTS="--filesystem=$(FILESYSTEM_CONFIG)"
|
COOKBOOK_OPTS="--filesystem=$(FILESYSTEM_CONFIG)"
|
||||||
ifeq ($(REPO_BINARY),0)
|
ifeq ($(REPO_BINARY),1)
|
||||||
INSTALLER_OPTS+=--cookbook=.
|
INSTALLER_OPTS+=--repo-binary
|
||||||
else
|
COOKBOOK_OPTS+=--repo-binary
|
||||||
INSTALLER_OPTS+=--cookbook=. --repo-binary
|
|
||||||
COOKBOOK_OPTS+=" --repo-binary"
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
REPO_TAG=$(BUILD)/repo.tag
|
REPO_TAG=$(BUILD)/repo.tag
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user