summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2013-04-29 13:44:32 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2013-04-29 13:44:32 +0000
commitcaa625d5539fc82081d184e4d28d3822a8995c84 (patch)
tree9fca66c47b6d8ac707c0658969eb585b21163748
parent582b3e7a69bdc2c647ee09665cf7bf28d23a0d25 (diff)
downloadscreen-caa625d5539fc82081d184e4d28d3822a8995c84.tar.gz
Fix the screen morphology file
-rw-r--r--screen.morph38
1 files changed, 19 insertions, 19 deletions
diff --git a/screen.morph b/screen.morph
index f98f27c..986357d 100644
--- a/screen.morph
+++ b/screen.morph
@@ -1,19 +1,19 @@
-+{
-+ "name": "screen",
-+ "kind": "chunk",
-+ "description": "A terminal multiplexer an sanity tool for many",
-+ "max-jobs": "1",
-+
-+ "configure-commands": [
-+ "cd ./src && sh autogen.sh",
-+ "cd ./src && ./configure --prefix=\"\""
-+ ],
-+
-+ "build-commands": [
-+ "make -C src DESTDIR=\"\""
-+ ],
-+
-+ "install-commands": [
-+ "make -C src DESTDIR=\"\" install"
-+ ]
-+}
+{
+ "name": "screen",
+ "kind": "chunk",
+ "description": "A terminal multiplexer an sanity tool for many",
+ "max-jobs": "1",
+
+ "configure-commands": [
+ "cd ./src && sh autogen.sh",
+ "cd ./src && ./configure --prefix=\"\""
+ ],
+
+ "build-commands": [
+ "make -C src DESTDIR=\"\""
+ ],
+
+ "install-commands": [
+ "make -C src DESTDIR=\"\" install"
+ ]
+}