From 9c542ba06d0eae5742f7729474cedd0fad88e75c Mon Sep 17 00:00:00 2001 From: Wolfgang Grandegger Date: Wed, 5 Jul 2017 18:53:13 +0200 Subject: [PATCH] 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 --- support/misc/relocate-sdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}")"