From 7e316f5d4cd7b221b12fe2960bb23a4c2e8217f5 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 14 Mar 2012 14:24:45 +0000 Subject: grep.morph: use autotools with override disable-perl-regexp is needed as pcre is available on the host system but will not be available on /tools --- grep.morph | 9 ++------- 1 file 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" ] } -- cgit v1.2.1