Skip to content
Snippets Groups Projects

correct install path for orbutils and orbterm

Merged Ron Williams requested to merge rw_van/cookbook:orbital-bins into master
2 files
+ 18
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -4,8 +4,12 @@ git = "https://gitlab.redox-os.org/redox-os/orbterm.git"
@@ -4,8 +4,12 @@ git = "https://gitlab.redox-os.org/redox-os/orbterm.git"
[build]
[build]
template = "custom"
template = "custom"
script = """
script = """
COOKBOOK_STAGE="${COOKBOOK_STAGE}/ui"
"${COOKBOOK_CARGO}" install \
cookbook_cargo
--path "${COOKBOOK_SOURCE}" \
 
--root "${COOKBOOK_STAGE}/ui" \
 
--locked \
 
--no-track \
 
${install_flags}
"""
"""
[package]
[package]
Loading