From a3acb6c96b144aa135d9516a17d168da9efd2bf6 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 14 Mar 2012 14:58:57 +0000 Subject: patch.morph: use build-system: autotools --- patch.morph | 10 +--------- 1 file changed, 1 insertion(+), 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" } -- cgit v1.2.1