diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-11-05T21·06+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-11-05T21·06+0000 |
commit | fa69ff57269dfd24ff04810c04d130e3e5d94154 (patch) | |
tree | 510be115a9e0ff4719869af71337f1e740cfb550 /externals/Makefile.am | |
parent | daed9aeac557af4ec8d3d8f00b4f3f2b8f90408a (diff) |
* Fix the broken reference to bunzip2 in the channel unpack script.
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 884d87bf17c9..ec2e5c6d35b2 100644 --- a/externals/Makefile.am +++ b/externals/Makefile.am @@ -23,7 +23,7 @@ build-bzip2: $(BZIP2) install-exec-local:: build-bzip2 mkdir -p $(DESTDIR)${bzip2_bin} - $(INSTALL_PROGRAM) $(bzip2_bin_test)/bzip2 $(bzip2_bin_test)/bunzip2 $(DESTDIR)${bzip2_bin} + $(INSTALL_PROGRAM) $(bzip2_bin_test)/bzip2 $(DESTDIR)${bzip2_bin} endif |