wok diff libsasl/receipt @ rev 17903

smbclient: symlink smbspool to cups backend (again)
author Richard Dunbar <mojo@slitaz.org>
date Sat Apr 04 10:31:10 2015 -0400 (2015-04-04)
parents de49f29b101e
children 9bd5e01b7427
line diff
     1.1 --- a/libsasl/receipt	Thu Dec 05 15:25:09 2013 +0000
     1.2 +++ b/libsasl/receipt	Sat Apr 04 10:31:10 2015 -0400
     1.3 @@ -15,7 +15,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