From c54a358116732ebd0aef46c1b1e6eb947c27e3fa Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 28 Feb 2012 15:23:52 +0000 Subject: automake.morph: override to not set DESTDIR automake runs distcheck using DESTDIR, however if it is overridden on the command line it overrides it for all sub-make invokations. So it runs its distcheck in our DESTDIR. It then does not clean up after itself, so we get automake.build/... in the chunk. The defaulting of overriding DESTDIR is because it has no ill effects on most projects, and it fails to work if not specified on some others --- automake.morph | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'automake.morph') diff --git a/automake.morph b/automake.morph index d01fc8cdd..c8de7b152 100644 --- a/automake.morph +++ b/automake.morph @@ -1,5 +1,8 @@ { "name": "automake", "kind": "chunk", - "build-system": "autotools" + "build-system": "autotools", + "install-commands": [ + "make install" + ] } -- cgit v1.2.1