summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yarns/branches-workspaces.yarn9
1 files changed, 8 insertions, 1 deletions
diff --git a/yarns/branches-workspaces.yarn b/yarns/branches-workspaces.yarn
index e0ead11c..bd5eb85e 100644
--- a/yarns/branches-workspaces.yarn
+++ b/yarns/branches-workspaces.yarn
@@ -572,6 +572,13 @@ some components.
cd "$DATADIR/gits/morphs"
+ install -m644 -D /dev/stdin << EOF "strata/tools/extra-chunk.morph"
+ name: extra-chunk
+ kind: chunk
+ build-system: manual
+ EOF
+ git add strata/tools/extra-chunk.morph
+
install -m644 -D /dev/stdin << EOF "strata/tools.morph"
name: tools
kind: stratum
@@ -579,7 +586,7 @@ some components.
- morph: strata/build-essential.morph
chunks:
- name: extra-chunk
- morph: strata/extra-chunk.morph
+ morph: strata/tools/extra-chunk.morph
repo: test:extra-chunk
unpetrify-ref: master
ref: $(run_in "$DATADIR/gits/extra-chunk" git rev-parse master)