From bf738f00707d57a1e8ecbdf77b68df84f710b53b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 25 Aug 2006 12:14:57 +0000 Subject: [PATCH] * Honour DESTDIR so that bzip2/bunzip2 get installed in the right location when building RPMs (fixes NIX-58). --- externals/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/Makefile.am b/externals/Makefile.am index 2a6c6ba182..5ce4ae94cd 100644 --- a/externals/Makefile.am +++ b/externals/Makefile.am @@ -96,7 +96,7 @@ build-bzip2: have-bzip2 install: mkdir -p ${bzip2_bin} - $(INSTALL_PROGRAM) $(bzip2_bin_test)/bzip2 $(bzip2_bin_test)/bunzip2 ${bzip2_bin} + $(INSTALL_PROGRAM) $(bzip2_bin_test)/bzip2 $(bzip2_bin_test)/bunzip2 $(DESTDIR)${bzip2_bin} endif