summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2013-09-26 11:25:24 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2013-09-26 11:25:24 +0000
commitfbc6f7918581c0a410e3a1251228bdf6dfd6ab57 (patch)
treed6cff6c77244c2483fe52840697a8cc215cd0084
parentb2261525ce098231b0f9d1b07c1770d57c50c410 (diff)
downloadnss-hg-baserock/morph.tar.gz
Add a morph file for building nss.baserock/morph
-rw-r--r--nss.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/nss.morph b/nss.morph
new file mode 100644
index 000000000..83939085b
--- /dev/null
+++ b/nss.morph
@@ -0,0 +1,10 @@
+{
+ "name": "nss",
+ "kind": "chunk",
+ "build-commands": [
+ "./make"
+ ],
+ "install-commands": [
+ "./install.sh"
+ ]
+}