2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-22 07:10:16 -07:00

binutils: use DESTDIR

This commit is contained in:
Dylan Araps 2020-08-30 13:12:46 +03:00
parent 79372678af
commit d02884de06
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -27,4 +27,4 @@ export PATH=$PATH:$PWD
make configure-host
make tooldir=/usr
make prefix="$1/usr" tooldir="$1/usr" install
make DESTDIR="$1" install