# HG changeset patch # User Christophe Lincoln # Date 1307740706 -7200 # Node ID 67b1c30b972dc242795fc93b2f039e27d45bdd04 # Parent ce3cb07f3afd5ee0b642c20f083dd12e289cf1b6 Up tazpanel (1.1) - Bugs fixes, new functions and improve doc+i18n diff -r ce3cb07f3afd -r 67b1c30b972d tazpanel/receipt --- a/tazpanel/receipt Fri Jun 10 02:24:41 2011 +0800 +++ b/tazpanel/receipt Fri Jun 10 23:18:26 2011 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazpanel" -VERSION="1.0" +VERSION="1.1" CATEGORY="system-tools" SHORT_DESC="SliTaz administration and configuration panel." MAINTAINER="pankso@slitaz.org" @@ -24,7 +24,7 @@ genpkg_rules() { mkdir -p $fs/etc/init.d - cp -a $_pkg/* $fs + cp -a $install/* $fs # Init script use tazpanel cmdline cd $fs/etc/init.d && ln -s ../../usr/bin/tazpanel . }