From 8f5986c2bc8746424e7f20c572101765acac9736 Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Sun, 3 Dec 2023 14:23:52 +0100 Subject: [PATCH] Use install_root for test destination override, not DESTDIR Forwarded: no Last-Update: 2020-02-08 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 0ce5a6978..29a089a02 100644 --- a/Makefile +++ b/Makefile @@ -652,7 +652,7 @@ endif # Setting INSTALL_UNCOMPRESSED causes localedata/Makefile to # install the charmaps uncompressed, as the testroot does not # provide a gunzip program. - $(MAKE) install DESTDIR=$(objpfx)testroot.pristine \ + $(MAKE) install install_root=$(objpfx)testroot.pristine \ INSTALL_UNCOMPRESSED=yes subdirs='$(sorted-subdirs)' rm -f $(symbolic-link-list) touch $(objpfx)testroot.pristine/install.stamp -- 2.30.2