wok-stable diff depmod/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 b90843fa3804
children
line diff
     1.1 --- a/depmod/receipt	Sun Feb 27 01:21:13 2011 +0100
     1.2 +++ b/depmod/receipt	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -24,5 +24,5 @@
     1.4  
     1.5  post_remove()
     1.6  {
     1.7 -	ln -s /bin/busybox /sbin/depmod
     1.8 +	ln -s /bin/busybox $1/sbin/depmod
     1.9  }