From: Wolfgang Grandegger Date: Wed, 5 Jul 2017 16:53:13 +0000 (+0200) Subject: support/scripts: relocate-sdk.sh now creates sdk-location in share/buildroot X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9c542ba06d0eae5742f7729474cedd0fad88e75c;p=buildroot.git 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 Acked-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- diff --git a/support/misc/relocate-sdk.sh b/support/misc/relocate-sdk.sh index 2a9ebc93c8..729353a4ff 100755 --- a/support/misc/relocate-sdk.sh +++ b/support/misc/relocate-sdk.sh @@ -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}")"