wok rev 12178

Up: TazWeb (1.6) - New icon and i18n support for webhome also up AUTHORS
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 24 15:40:49 2012 +0100 (2012-03-24)
parents 2a34eb034bf6
children 6e84705cbe9e
files tazweb/receipt
line diff
     1.1 --- a/tazweb/receipt	Sat Mar 24 15:09:46 2012 +0100
     1.2 +++ b/tazweb/receipt	Sat Mar 24 15:40:49 2012 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tazweb"
     1.7 -VERSION="1.5"
     1.8 +VERSION="1.6"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="SliTaz simple, fast and small Web Browser"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -21,5 +21,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs
    1.16 -	cp -a $_pkg/* $fs
    1.17 +	cp -a $install/* $fs
    1.18  }