summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
]
}