summaryrefslogtreecommitdiff
path: root/grep.morph
diff options
context:
space:
mode:
Diffstat (limited to 'grep.morph')
-rw-r--r--grep.morph9
1 files changed, 2 insertions, 7 deletions
diff --git a/grep.morph b/grep.morph
index e8ee6329..fa7c0699 100644
--- a/grep.morph
+++ b/grep.morph
@@ -1,13 +1,8 @@
{
"name": "grep",
"kind": "chunk",
+ "build-system": "autotools",
"configure-commands": [
- "./configure --prefix=/usr"
- ],
- "build-commands": [
- "make"
- ],
- "install-commands": [
- "make DESTDIR=\"$DESTDIR\" install"
+ "./configure --prefix=\"$PREFIX\" --disable-perl-regexp"
]
}