wok-stable diff ppp-pam/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 d1768332cee0
children 03063b2a437d
line diff
     1.1 --- a/ppp-pam/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/ppp-pam/receipt	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -33,7 +33,7 @@
     1.4  	cp -a $_pkg/usr/lib $fs/usr
     1.5  	# Config files.
     1.6  	mkdir -p $fs/etc/ppp/scripts
     1.7 -	cp ../$SOUR$stuff/README.scripts $fs/etc/ppp
     1.8 +	cp ../$SOURCE/stuff/README.scripts $fs/etc/ppp
     1.9  	cp -a $src/etc.ppp/* $fs/etc/ppp
    1.10  	# PPP scripts.
    1.11  	cp -a $src/scripts/ppp-on $fs/etc/ppp/scripts