mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
* Honour DESTDIR so that bzip2/bunzip2 get installed in the right
location when building RPMs (fixes NIX-58).
This commit is contained in:
parent
3e8dccf6ab
commit
bf738f0070
1 changed files with 1 additions and 1 deletions
2
externals/Makefile.am
vendored
2
externals/Makefile.am
vendored
|
@ -96,7 +96,7 @@ build-bzip2: have-bzip2
|
||||||
|
|
||||||
install:
|
install:
|
||||||
mkdir -p ${bzip2_bin}
|
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
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue