wok-stable diff cherokee-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 6355beac422f
children
line diff
     1.1 --- a/cherokee-doc/receipt	Fri Feb 25 02:47:43 2011 +0000
     1.2 +++ b/cherokee-doc/receipt	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cherokee-doc"
     1.7 -VERSION="1.2.1"
     1.8 +VERSION="1.2.101"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Docs for cherokee"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -13,6 +13,6 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/share
    1.16 -	cp -a $_pkg/usr/share/doc $fs/usr/share
    1.17 +	cp -a $install/usr/share/doc $fs/usr/share
    1.18  }
    1.19