]> git.e2factory.org Git - e2factory.git/commitdiff
ingore missing repositories when removing e2factory and extension
authorGordon Hecker <gh@emlix.com>
Thu, 30 Apr 2009 09:42:50 +0000 (11:42 +0200)
committerGordon Hecker <gh@emlix.com>
Tue, 5 May 2009 15:08:08 +0000 (17:08 +0200)
repositories

Signed-off-by: Gordon Hecker <gh@emlix.com>
global/e2-install-e2.lua.in

index 80cfaa45e3ae63bd11b08b9ffa08a9d4ea937b10..ff359c8e75ba6245faf51b138008693299c30096 100755 (executable)
@@ -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