Only removing stage files in lb clean --stage and keep .build around in order for init to detect initialized config directories properly.

This commit is contained in:
Daniel Baumann 2014-05-07 04:59:43 +02:00
parent e84476a7e5
commit 604d5f1416
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ do
;;
--stage)
rm -rf .build
rm -rf .build/*
;;
--source)