support/scripts: relocate-sdk.sh now creates sdk-location in share/buildroot

This is because $(HOST_DIR)/usr is gone.

Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Wolfgang Grandegger 2017-07-05 18:53:13 +02:00 committed by Thomas Petazzoni
parent 854b933705
commit 9c542ba06d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ if [ "$#" -ne 0 ]; then
exit 1
fi
LOCFILE="usr/share/buildroot/sdk-location"
LOCFILE="share/buildroot/sdk-location"
FILEPATH="$(readlink -f "$0")"
NEWPATH="$(dirname "${FILEPATH}")"