wok-stable diff ruby-enterprise-doc/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 43dc568b06b1
children
line diff
     1.1 --- a/ruby-enterprise-doc/receipt	Wed Mar 30 23:45:07 2011 +0200
     1.2 +++ b/ruby-enterprise-doc/receipt	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -13,5 +13,5 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/lib/ruby/1.8
     1.7 -	cp -a $src/source/_pkg/usr/lib/ruby/1.8/rdoc $fs/usr/lib/ruby/1.8/rdoc
     1.8 +	cp -a $install/usr/lib/ruby/1.8/rdoc $fs/usr/lib/ruby/1.8/rdoc
     1.9  }