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