summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index e808b47..1547cc4 100644
--- a/build.sh
+++ b/build.sh
@@ -28,8 +28,8 @@ function clone_or_checkout() {
}
function init_repo() {
- rm -f .repo/local_manifests/
- rm -f .repo/dakkar-patches/
+ rm -rf .repo/local_manifests/
+ rm -rf .repo/dakkar-patches/
repo init -u https://github.com/LineageOS/android.git -b lineage-15.1
}