From e64c4f5742dbe830ab9048aeef386a4eb0c62622 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 25 Aug 2006 13:36:17 +0000 Subject: [PATCH] * Doh! (NIX-58) --- externals/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/Makefile.am b/externals/Makefile.am index 5ce4ae94cd..07258aabee 100644 --- a/externals/Makefile.am +++ b/externals/Makefile.am @@ -95,7 +95,7 @@ build-bzip2: have-bzip2 touch build-bzip2 install: - mkdir -p ${bzip2_bin} + mkdir -p $(DESTDIR)${bzip2_bin} $(INSTALL_PROGRAM) $(bzip2_bin_test)/bzip2 $(bzip2_bin_test)/bunzip2 $(DESTDIR)${bzip2_bin} endif