From b92aabe5771e2cccc30f298c35de7267aeaa5f34 Mon Sep 17 00:00:00 2001 From: imbroglius <163344413+imbroglius@users.noreply.github.com> Date: Fri, 16 Aug 2024 18:16:00 +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 42a649cd..609b0816 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 -r $BL/build/default.xml .repo/local_manifests/default.xml + cp -r $BL/build/remove.xml .repo/local_manifests/remove.xml echo }