mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 08:15:24 +01:00
Add support for DESTDIR variable in make install.
This commit is contained in:
parent
dcec416d0f
commit
70d1fc4163
60 changed files with 147 additions and 163 deletions
|
|
@ -130,6 +130,6 @@ src_compile() {
|
|||
|
||||
src_install() {
|
||||
for dir in libiberty bfd opcodes binutils gas gprof ld; do
|
||||
make -C $dir install
|
||||
make -C $dir install DESTDIR=$(DESTDIR)
|
||||
done
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue