Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Aug 16, 2024
1 parent fbb6be5 commit 9b0497a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 9b0497a

Please sign in to comment.