wok rev 10842

Up tazpanel (1.1) - Bugs fixes, new functions and improve doc+i18n
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jun 10 23:18:26 2011 +0200 (2011-06-10)
parents ce3cb07f3afd
children 03bafe56e2a7
files tazpanel/receipt
line diff
     1.1 --- a/tazpanel/receipt	Fri Jun 10 02:24:41 2011 +0800
     1.2 +++ b/tazpanel/receipt	Fri Jun 10 23:18:26 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tazpanel"
     1.7 -VERSION="1.0"
     1.8 +VERSION="1.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="SliTaz administration and configuration panel."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -24,7 +24,7 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/etc/init.d
    1.16 -	cp -a $_pkg/* $fs
    1.17 +	cp -a $install/* $fs
    1.18  	# Init script use tazpanel cmdline
    1.19  	cd $fs/etc/init.d && ln -s ../../usr/bin/tazpanel .
    1.20  }