tazpkg rev 151

tazpkg: fix config files warning
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 09 19:15:27 2008 +0000 (2008-08-09)
parents 7bf64df97610
children 005c98b53d42
files tazpkg
line diff
     1.1 --- a/tazpkg	Wed Aug 06 10:56:45 2008 +0000
     1.2 +++ b/tazpkg	Sat Aug 09 19:15:27 2008 +0000
     1.3 @@ -341,7 +341,6 @@
     1.4  			( cd fs ; find ${i#/} -type f )
     1.5  		done | while read i; do
     1.6  			[ -e $ROOT/$i ] || continue
     1.7 -			rm -f fs/$i
     1.8  			cp -a $ROOT/$i fs/$i
     1.9  		done
    1.10  		status