summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2013-10-04 01:34:29 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2013-10-04 01:34:29 +0000
commit9359b61ca44980d33c0bee42b9bb2e36e72835dd (patch)
tree9b97fa8931b5752aaab95773b8af86d28e649fd9
parent83911ebb61053b3536a7be20793ec76405c23389 (diff)
downloadkexec-tools-9359b61ca44980d33c0bee42b9bb2e36e72835dd.tar.gz
Add morph file for configuring kexec-tools.
-rw-r--r--kexec-tools.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/kexec-tools.morph b/kexec-tools.morph
new file mode 100644
index 0000000..df1fe89
--- /dev/null
+++ b/kexec-tools.morph
@@ -0,0 +1,9 @@
+{
+ "name": "kexec-tools",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "./bootstrap",
+ "./configure --prefix=\"$PREFIX\""
+ ]
+}