wok diff smbfs/receipt @ rev 8952

Merge
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 01 17:38:23 2011 +0000 (2011-03-01)
parents 3a98b7d0c6f1
children 129bb5b11a7e
line diff
     1.1 --- a/smbfs/receipt	Sat Feb 12 04:09:28 2011 +0100
     1.2 +++ b/smbfs/receipt	Tue Mar 01 17:38:23 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="smbfs"
     1.7 -VERSION="3.5.6"
     1.8 +VERSION="3.5.7"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Mount/umount tools for SMB/CIFS"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -18,7 +18,7 @@
    1.13  		dir=${file%/*}
    1.14  		[ -d $fs$dir ] || mkdir -p $fs$dir
    1.15  		cp -a $_pkg$file $fs$dir
    1.16 -	done < $WOK/$WANTED/stuff/$PACKAGE.files-list
    1.17 +	done < $wanted_stuff/$PACKAGE.files-list
    1.18  }
    1.19  
    1.20