From 1e33a44dc657a6d70a2197601f6973daf87ad6ba Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Thu, 30 Apr 2009 11:42:50 +0200 Subject: [PATCH] ingore missing repositories when removing e2factory and extension repositories Signed-off-by: Gordon Hecker --- global/e2-install-e2.lua.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/e2-install-e2.lua.in b/global/e2-install-e2.lua.in index 80cfaa4..ff359c8 100755 --- a/global/e2-install-e2.lua.in +++ b/global/e2-install-e2.lua.in @@ -151,7 +151,7 @@ for _,ex in ipairs(extensions) do local location = string.format("%s/%s.git", config.site.e2_base, ex) local destdir = ex local skip_checkout = false - rc, re = e2lib.rm(destdir, "-r") + rc, re = e2lib.rm(destdir, "-fr") if not rc then e2lib.abort(e:cat(re)) end -- 2.39.5