summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-12-07 14:33:58 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-03-24 23:06:07 +0000
commit3b65cfe5f6123db169c64023fa9f8dda8a51ff49 (patch)
tree2d5bbce5a5a69531c6a45667b8069d086805436c /yarns/implementations.yarn
parentbfeea6a3945472617f6bfa4179495354ffda1462 (diff)
downloadmorph-3b65cfe5f6123db169c64023fa9f8dda8a51ff49.tar.gz
Prepare tests for using a schema to do validation
Change-Id: I85c9166493199ecbfb3d99950a4c1c580d0a0645
Diffstat (limited to 'yarns/implementations.yarn')
-rw-r--r--yarns/implementations.yarn4
1 files changed, 2 insertions, 2 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index bd56bee1..4e2030af 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -922,14 +922,14 @@ Implementations for building systems
cat << EOF > xyzzy.morph
name: xyzzy
kind: chunk
- build-mode: manual
+ build-system: manual
install-commands:
- printvar PREFIX
EOF
cat << EOF > plugh.morph
name: plugh
kind: chunk
- build-mode: manual
+ build-system: manual
install-commands:
- printvar PREFIX
- printvar PATH