From 94f9ff68b011fd75ac90b7c79c68fda71d1da9a6 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 21 Jul 2018 14:18:37 +0100 Subject: fix patches paths in setup --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } -- cgit v1.2.3