From 78bdad3d14fb875d5f2062957e326ba2a9e4ccb0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 4 May 2012 15:19:21 +0100 Subject: Fix morphology to set INSTALLROOT instead of DESTDIR --- nasm.morph | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nasm.morph b/nasm.morph index 628d19a7..0db3aaec 100644 --- a/nasm.morph +++ b/nasm.morph @@ -1,5 +1,8 @@ { "name": "nasm", "kind": "chunk", - "build-system": "autotools" + "build-system": "autotools", + "install-commands": [ + "make INSTALLROOT=\"$DESTDIR\" install" + ] } -- cgit v1.2.1