about summary refs log tree commit diff
path: root/externals
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-08-25T12·14+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-08-25T12·14+0000
commitbf738f00707d57a1e8ecbdf77b68df84f710b53b (patch)
treebc36f91650b6538b4ec5b1862cd31c3773b09f27 /externals
parent3e8dccf6ab0918e89c4275ea9bf454d34e01534b (diff)
* Honour DESTDIR so that bzip2/bunzip2 get installed in the right
  location when building RPMs (fixes NIX-58).

Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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