local-test-install.diff

From: Adam Conrad <adconrad@ubuntu.com>
Date: Fri, 13 May 2022 23:32:11 +0800
Subject: Use install_root for test destination override, not DESTDIR
This commit is contained in:
denghao 2022-11-10 05:57:28 +03:00
parent c5513bf278
commit 9728f55997
1 changed files with 1 additions and 1 deletions

View File

@ -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