From: Sebastian Pipping Date: Tue, 11 Jan 2011 15:05:11 +0000 (+0100) Subject: Clear blkid-*.bz2 from cache, too (regression) X-Git-Tag: v3.4.11~37 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4025ca4ce66b5967d02cb38f52544932f633f0fa;p=genkernel.git Clear blkid-*.bz2 from cache, too (regression) --- diff --git a/gen_funcs.sh b/gen_funcs.sh index 12722ca..cfb9d6b 100755 --- a/gen_funcs.sh +++ b/gen_funcs.sh @@ -254,7 +254,7 @@ then do print_info 1 " >> removing ${i}" rm "${i}" - done < <(find "${CACHE_DIR}" -maxdepth 1 -type f -name '*.tar.*') + done < <(find "${CACHE_DIR}" -maxdepth 1 -type f -name '*.tar.*' -o -name '*.bz2') fi }