tazpkg rev 158

no MD5 for *.pyc or modules.*
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 25 13:48:31 2008 +0000 (2008-09-25)
parents 578e855b2b06
children ef61c3950a18
files tazpkg
line diff
     1.1 --- a/tazpkg	Fri Sep 19 21:01:02 2008 -0700
     1.2 +++ b/tazpkg	Thu Sep 25 13:48:31 2008 +0000
     1.3 @@ -1292,6 +1292,9 @@
     1.4  			while read file; do
     1.5  				[ -L "fs$file" ] && continue
     1.6  				[ -f "fs$file" ] || continue
     1.7 +				case "$file" in
     1.8 +				/lib/modules/*/modules.*|*.pyc) continue;;
     1.9 +				esac
    1.10  				md5sum "fs$file" | sed 's/  fs/  /'
    1.11  			done < files.list > md5sum
    1.12  			status