From 3c804a09a607c6850c54ec7c59562aaff74e64a2 Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Tue, 5 May 2020 19:12:38 +0100 Subject: [PATCH] Use install_root for test destination override, not DESTDIR Forwarded: no Last-Update: 2019-09-16 Gbp-Pq: Topic any Gbp-Pq: Name local-test-install.diff --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ec9ac081..70865ec9e 100644 --- a/Makefile +++ b/Makefile @@ -418,7 +418,7 @@ ifeq ($(run-built-tests),yes) $(test-wrapper) cp $$dso $(objpfx)testroot.pristine$$dso ;\ done endif - $(MAKE) install DESTDIR=$(objpfx)testroot.pristine \ + $(MAKE) install install_root=$(objpfx)testroot.pristine \ subdirs='$(sorted-subdirs)' touch $(objpfx)testroot.pristine/install.stamp -- 2.30.2