tazpkg rev 750

Fix install --forced (thanks llev)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 03 00:05:27 2015 +0100 (2015-02-03)
parents 2e322fe014a2
children 68c5e77fc53c
files tazpkg
line diff
     1.1 --- a/tazpkg	Sun Feb 01 18:37:56 2015 +0100
     1.2 +++ b/tazpkg	Tue Feb 03 00:05:27 2015 +0100
     1.3 @@ -812,7 +812,7 @@
     1.4  	fi
     1.5  
     1.6  	action 'Installing package...'
     1.7 -	[ "$(busybox ls fs/* 2> /dev/null)" ] && cp -a fs/* $ROOT/
     1.8 +	[ "$(busybox ls fs/* 2> /dev/null)" ] && cp -af fs/* $ROOT/
     1.9  	status
    1.10  
    1.11  	if [ -s files2remove.list ]; then