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