Skip to content
Snippets Groups Projects
Commit e0fddec2 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'rw_van_231024' into 'master'

Update config.mk to support changed option name for REPO_BINARY=1

See merge request redox-os/redox!1371
parents 16812b36 5ad0f990
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ ifeq ($(REPO_BINARY),0) ...@@ -76,7 +76,7 @@ ifeq ($(REPO_BINARY),0)
INSTALLER+=--cookbook=cookbook INSTALLER+=--cookbook=cookbook
REPO_TAG=$(BUILD)/repo.tag REPO_TAG=$(BUILD)/repo.tag
else else
INSTALLER+=--cookbook=cookbook --cooking INSTALLER+=--cookbook=cookbook --repo-binary
REPO_TAG=$(BUILD)/repo.tag REPO_TAG=$(BUILD)/repo.tag
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment