mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-08 18:50:18 -07:00
binutils: use DESTDIR
This commit is contained in:
parent
79372678af
commit
d02884de06
@ -27,4 +27,4 @@ export PATH=$PATH:$PWD
|
|||||||
|
|
||||||
make configure-host
|
make configure-host
|
||||||
make tooldir=/usr
|
make tooldir=/usr
|
||||||
make prefix="$1/usr" tooldir="$1/usr" install
|
make DESTDIR="$1" install
|
||||||
|
Loading…
Reference in New Issue
Block a user