From 5e1352139d29809ab9dddf3373af1bbb7e44af9a Mon Sep 17 00:00:00 2001 From: Scott Little Date: Mon, 9 Sep 2019 14:42:12 -0400 Subject: [PATCH] fix path to release-info.inc in patch_build.sh Release-info.inc has moved from repo 'integ' to 'utilities'. Story: 2006166 Task: 35687 Change-Id: Ia69a36c80cff201240836e95b20073d2434d848a Signed-off-by: Scott Little --- extras/scripts/patch_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/scripts/patch_build.sh b/extras/scripts/patch_build.sh index c644a680..c9b6af48 100755 --- a/extras/scripts/patch_build.sh +++ b/extras/scripts/patch_build.sh @@ -7,7 +7,7 @@ popd > /dev/null CGCSPATCH_DIR=$SCRIPTPATH/../../cgcs-patch # Source release-info -. $SCRIPTPATH/../../../stx-integ/utilities/build-info/release-info.inc +. $SCRIPTPATH/../../../utilities/utilities/build-info/release-info.inc export PLATFORM_RELEASE # Set environment variables for python