From 6fafa53c4abdd1239897781c864447b95e53d75d Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 15 Jul 2018 12:20:21 +0100 Subject: actually delete the added dirs --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sh') 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 } -- cgit v1.2.3