From 9b0497a5a6bd6e6785aa6e89aa88042fcffb46b9 Mon Sep 17 00:00:00 2001 From: imbroglius <163344413+imbroglius@users.noreply.github.com> Date: Fri, 16 Aug 2024 18:13:26 +0200 Subject: [PATCH] Update build.sh --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index c733501f..42a649cd 100755 --- a/build.sh +++ b/build.sh @@ -21,8 +21,8 @@ initRepos() { echo "--> Preparing local manifest" mkdir -p .repo/local_manifests - cp $BL/build/default.xml .repo/local_manifests/default.xml - cp $BL/build/remove.xml .repo/local_manifests/remove.xml + cp /$BL/build/default.xml .repo/local_manifests/default.xml + cp /$BL/build/remove.xml .repo/local_manifests/remove.xml echo }