wok diff cyrus-sasl/receipt @ rev 9661

make: remove ol CONFIGURE_ARGD
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 01 08:58:30 2011 +0200 (2011-05-01)
parents 39011a13b555
children a1644dbcf632
line diff
     1.1 --- a/cyrus-sasl/receipt	Sun Feb 28 13:03:20 2010 +0100
     1.2 +++ b/cyrus-sasl/receipt	Sun May 01 08:58:30 2011 +0200
     1.3 @@ -27,19 +27,13 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	cp stuff/*.files-list $src
     1.8  	mkdir -p $fs/usr/lib/sasl2 $fs/var/state/saslauthd
     1.9  	cp -a $_pkg/usr/sbin $fs/usr
    1.10  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.11  	cp -a $_pkg/usr/lib/sasl2/*.so* $fs/usr/lib/sasl2
    1.12  	cp -a stuff/etc $fs
    1.13  	
    1.14 -	cat $src/*.files-list | while read file; do
    1.15 +	cat $WOK/$PACKAGE/stuff/*.files-list | while read file; do
    1.16  		rm -rf $fs$file
    1.17  	done
    1.18 -	
    1.19 -	for i in $(cd $WOK; ls -d cyrus-sasl-* libsasl*)
    1.20 -	do
    1.21 -		tazwok cook $i
    1.22 -	done
    1.23  }