Use install_root for test destination override, not DESTDIR
authorAdam Conrad <adconrad@ubuntu.com>
Tue, 5 Aug 2025 17:34:49 +0000 (19:34 +0200)
committerAurelien Jarno <aurel32@debian.org>
Tue, 5 Aug 2025 17:34:49 +0000 (19:34 +0200)
Forwarded: no
Last-Update: 2020-02-08

Gbp-Pq: Topic any
Gbp-Pq: Name local-test-install.diff

Makefile

index c2855fc766998f65fc0e99ac2d8f35799da4e8bc..c479dd60370eb02d5d3a5738451bba2425c1a0c0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -678,7 +678,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