mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-09 15:58:05 +02:00
* Create libexec.
This commit is contained in:
parent
0748331b70
commit
e18c93169c
1 changed files with 2 additions and 1 deletions
3
externals/Makefile.am
vendored
3
externals/Makefile.am
vendored
|
@ -93,7 +93,8 @@ build-bzip2: have-bzip2
|
|||
touch build-bzip2
|
||||
|
||||
install:
|
||||
cp $(bzip2_bin_test)/bzip2 $(bzip2_bin_test)/bunzip2 ${bzip2_bin}
|
||||
mkdir -p ${bzip2_bin}
|
||||
$(INSTALL_PROGRAM) $(bzip2_bin_test)/bzip2 $(bzip2_bin_test)/bunzip2 ${bzip2_bin}
|
||||
endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue