tazpkg rev 676

Undo previous commit, we still have a problem with /var/run symlink...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 12 09:24:38 2014 +0000 (2014-05-12)
parents 1e993b4ba469
children 870805534046
files tazpkg
line diff
     1.1 --- a/tazpkg	Mon May 12 08:35:06 2014 +0000
     1.2 +++ b/tazpkg	Mon May 12 09:24:38 2014 +0000
     1.3 @@ -674,7 +674,7 @@
     1.4  		status
     1.5  	fi
     1.6  	action "Installing \$PACKAGE..."
     1.7 -	[ "$(ls fs/* 2> /dev/null)" ] && cp -aL fs/* $ROOT/
     1.8 +	[ "$(ls fs/* 2> /dev/null)" ] && cp -a fs/* $ROOT/
     1.9  	status
    1.10  	if [ -s files2remove.list ]; then
    1.11  		action "Removing old \$PACKAGE..."