summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2018-07-21 14:18:37 +0100
committerdakkar <dakkar@thenautilus.net>2018-07-21 14:18:37 +0100
commit94f9ff68b011fd75ac90b7c79c68fda71d1da9a6 (patch)
tree82560bba0eb786736e487229f09d752d4f65dc3d
parentcheckout the *right* manifests (diff)
downloaddakkar-android-huawei-m5-94f9ff68b011fd75ac90b7c79c68fda71d1da9a6.tar.gz
dakkar-android-huawei-m5-94f9ff68b011fd75ac90b7c79c68fda71d1da9a6.tar.bz2
dakkar-android-huawei-m5-94f9ff68b011fd75ac90b7c79c68fda71d1da9a6.zip
fix patches paths in setup
-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
}