wok-6.x diff cherokee-doc/receipt @ rev 14007
libvpx: fix typo
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Feb 17 19:44:20 2013 +0100 (2013-02-17) |
parents | 6355beac422f |
children | 380ffe05937a |
line diff
1.1 --- a/cherokee-doc/receipt Fri Feb 25 02:47:43 2011 +0000 1.2 +++ b/cherokee-doc/receipt Sun Feb 17 19:44:20 2013 +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