diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-08-25T12·14+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-08-25T12·14+0000 |
commit | bf738f00707d57a1e8ecbdf77b68df84f710b53b (patch) | |
tree | bc36f91650b6538b4ec5b1862cd31c3773b09f27 /externals/Makefile.am | |
parent | 3e8dccf6ab0918e89c4275ea9bf454d34e01534b (diff) |
* Honour DESTDIR so that bzip2/bunzip2 get installed in the right
location when building RPMs (fixes NIX-58).
Diffstat (limited to 'externals/Makefile.am')
-rw-r--r-- | externals/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile.am b/externals/Makefile.am index 2a6c6ba1828b..5ce4ae94cd84 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 |