wok-stable diff libcomerr/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents bdcb3c29980e
children e929c7543035
line diff
     1.1 --- a/libcomerr/receipt	Thu Dec 23 15:36:53 2010 +0000
     1.2 +++ b/libcomerr/receipt	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -15,5 +15,5 @@
     1.4  		dir=$(dirname $file)
     1.5  		[ -d $fs$dir ] || mkdir -p $fs$dir
     1.6  		cp -a $_pkg$file $fs$file
     1.7 -	done < $src/$PACKAGE.files-list
     1.8 +	done < $wanted_stuff/$PACKAGE.files-list
     1.9  }