summaryrefslogtreecommitdiff
path: root/tbdiff.morph
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-19 19:26:28 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-19 19:34:55 +0000
commit55551592563c26d28c62d055e3ebc657ad687a0a (patch)
tree869fbbf4a4d4cdfd9b984174b8398288081ec5a6 /tbdiff.morph
parentad74a519d62d85f14da8497f8da3b3a32f834ebb (diff)
downloadtbdiff-55551592563c26d28c62d055e3ebc657ad687a0a.tar.gz
Add tbdiff.morph and DESTDIR support to Makefile.
Diffstat (limited to 'tbdiff.morph')
-rw-r--r--tbdiff.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/tbdiff.morph b/tbdiff.morph
new file mode 100644
index 0000000..94ed111
--- /dev/null
+++ b/tbdiff.morph
@@ -0,0 +1,10 @@
+{
+ "name": "tbdiff",
+ "kind": "chunk",
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make PREFIX=\"/usr\" DESTDIR=\"$DESTDIR\" install"
+ ]
+}