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

Add orbterm recipe, fix missing repo dir

parent 98521e6f
No related branches found
No related tags found
Loading
[source]
git = "https://gitlab.redox-os.org/redox-os/orbterm.git"
[build]
template = "custom"
script = """
COOKBOOK_CARGO_FLAGS=(
--path "${COOKBOOK_SOURCE}"
--root "${COOKBOOK_STAGE}/ui"
)
cookbook_cargo
"""
......@@ -82,6 +82,8 @@ do
fi
done
mkdir -p "$REPO"
for recipe in $recipes
do
if [ "recipes/$recipe/stage.tar.gz" -nt "$REPO/$recipe.tar.gz" ]
......
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