From 604d5f14167efb96361412390cffd6963181cbb7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 7 May 2014 04:59:43 +0200 Subject: Only removing stage files in lb clean --stage and keep .build around in order for init to detect initialized config directories properly. --- scripts/build/clean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/clean b/scripts/build/clean index 3d8915a45..c8545a4f1 100755 --- a/scripts/build/clean +++ b/scripts/build/clean @@ -129,7 +129,7 @@ do ;; --stage) - rm -rf .build + rm -rf .build/* ;; --source) -- cgit v1.2.3