From 811f873cfe3f734c928113144e0d4bbeca8013de Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 14 Mar 2012 13:53:38 +0000 Subject: findutils.morph: use autotools Bootstrap pass 1 does not need the extra options to be set --- findutils.morph | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/findutils.morph b/findutils.morph index 2b894cb8..771a9a49 100644 --- a/findutils.morph +++ b/findutils.morph @@ -1,13 +1,5 @@ { "name": "findutils", "kind": "chunk", - "configure-commands": [ - "./configure --prefix=/usr --libexecdir=/usr/lib/findutils --localstatedir=/var/lib/locate" - ], - "build-commands": [ - "make" - ], - "install-commands": [ - "make DESTDIR=\"$DESTDIR\" install" - ] + "build-system": "autotools" } -- cgit v1.2.1