summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-14 14:58:57 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-14 14:58:57 +0000
commita3acb6c96b144aa135d9516a17d168da9efd2bf6 (patch)
tree6d8c140890c23f9a81a831478a3aa00d3771fdb5
parent2de9abc5c9d40b3c716307d67d16146f823fd554 (diff)
downloadpatch-baserock/bootstrap-pass1.tar.gz
patch.morph: use build-system: autotoolsbaserock/bootstrap-pass1
-rw-r--r--patch.morph10
1 files changed, 1 insertions, 9 deletions
diff --git a/patch.morph b/patch.morph
index cd52b4b..18dce9a 100644
--- a/patch.morph
+++ b/patch.morph
@@ -1,13 +1,5 @@
{
"name": "patch",
"kind": "chunk",
- "configure-commands": [
- "./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin"
- ],
- "build-commands": [
- "make"
- ],
- "install-commands": [
- "make DESTDIR=\"$DESTDIR\" install"
- ]
+ "build-system": "autotools"
}