* 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
2
externals/Makefile.am
vendored
2
externals/Makefile.am
vendored
|
@ -96,7 +96,7 @@ build-bzip2: have-bzip2
|
|||
|
||||
install:
|
||||
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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue