wok diff smbclient/receipt @ rev 17455

syslinux/iso2exe: avoid a possible deadlock in progress bar
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 18 12:32:12 2014 +0100 (2014-12-18)
parents 2b9f96603415
children 54f686c353f6
line diff
     1.1 --- a/smbclient/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/smbclient/receipt	Thu Dec 18 12:32:12 2014 +0100
     1.3 @@ -18,7 +18,7 @@
     1.4  	while read file; do
     1.5  		dir=${file%/*}
     1.6  		[ -d $fs$dir ] || mkdir -p $fs$dir
     1.7 -		cp -a $_pkg$file $fs$dir
     1.8 +		cp -a $install$file $fs$dir
     1.9  	done < $wanted_stuff/$PACKAGE.files-list
    1.10  }
    1.11