summaryrefslogtreecommitdiff
path: root/vim.morph
diff options
context:
space:
mode:
Diffstat (limited to 'vim.morph')
-rw-r--r--vim.morph10
1 files changed, 1 insertions, 9 deletions
diff --git a/vim.morph b/vim.morph
index fbd02a1e..570fd858 100644
--- a/vim.morph
+++ b/vim.morph
@@ -1,13 +1,5 @@
{
"name": "vim",
"kind": "chunk",
- "configure-commands": [
- "./configure --prefix=/usr"
- ],
- "build-commands": [
- "make"
- ],
- "install-commands": [
- "make DESTDIR=\"$DESTDIR\" install"
- ]
+ "build-system": "autotools"
}