mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
* Fix the broken reference to bunzip2 in the channel unpack script.
This commit is contained in:
parent
daed9aeac5
commit
fa69ff5726
2 changed files with 2 additions and 2 deletions
2
externals/Makefile.am
vendored
2
externals/Makefile.am
vendored
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue