summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-01-11 17:12:28 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-01-11 17:12:28 +0000
commit583b5c386230e1d844e824da4964cd4f83db9934 (patch)
treef48140a15c98fb9ed055e59999d74eeec885d9d1
parent37a9a2e271aec7c9ec82e5f13573b13355429f2d (diff)
downloadpatch-583b5c386230e1d844e824da4964cd4f83db9934.tar.gz
Update morphology for tarball build and remove insanity
-rw-r--r--patch.morph10
1 files changed, 2 insertions, 8 deletions
diff --git a/patch.morph b/patch.morph
index f9c2a7a..0c8e7a9 100644
--- a/patch.morph
+++ b/patch.morph
@@ -1,14 +1,8 @@
{
"name": "patch",
"kind": "chunk",
+ "build-system": "autotools",
"configure-commands": [
- "bash bootstrap --skip-po",
- "./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin --disable-nls"
- ],
- "build-commands": [
- "make"
- ],
- "install-commands": [
- "make DESTDIR=\"$DESTDIR\" install"
+ "./configure --prefix=\"$PREFIX\" --disable-nls"
]
}