Skip to content
Snippets Groups Projects
Commit 1ca873c5 authored by Simon McVittie's avatar Simon McVittie
Browse files

debos-runtimes: Create /scratch/src if necessary


Fixes: a384afb2 "runtimes: Download source code into a separate scratch directory"
Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 1ec19804
No related branches found
No related tags found
No related merge requests found
......@@ -237,6 +237,7 @@ actions:
{{ else }}
dir="/scratch/src"
{{ end }}
install -d "$dir"
install -m644 \
"$RECIPEDIR/runtimes/{{ $runtime }}/flatpak-overlay/src/metadata" \
"$dir/metadata"
......
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