From c78457bddb6f433348b06b0b250de49b6dadb993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Fri, 20 Feb 2015 20:53:09 +0100 Subject: [PATCH] Drop more files generated by live-build If we don't drop them, they are kept forever and never updated as wanted. This was problematic for live.list.chroot which doesn't have the same content depending on the --initsystem option we use. --- auto/clean | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/auto/clean b/auto/clean index d734e95..8221855 100755 --- a/auto/clean +++ b/auto/clean @@ -2,5 +2,6 @@ lb clean noauto "$@" rm -f config/binary config/bootstrap \ - config/chroot config/common config/source -rm -f binary.log prepare.log + config/chroot config/common config/source \ + config/package-lists/live.list.chroot +find config/hooks/ -type l | xargs --no-run-if-empty rm -f