wok-6.x diff lxpanel/receipt @ rev 11934

Up: tazpanel (1.4.1) - Bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 01 04:54:56 2012 +0100 (2012-03-01)
parents 8a79e8cd918a
children 8eb408167604
line diff
     1.1 --- a/lxpanel/receipt	Thu Mar 01 02:13:36 2012 +0100
     1.2 +++ b/lxpanel/receipt	Thu Mar 01 04:54:56 2012 +0100
     1.3 @@ -23,7 +23,7 @@
     1.4  	# Devnote : this patch shouldn't be necessary in next release of lxpanel (current : 0.5.8).
     1.5  	patch -p1 -i $stuff/configure_desktop_number.patch
     1.6  	patch -p1 -i $stuff/fix_position.patch
     1.7 -	patch -p0 -i $stuff/cpu.patch || exit 1
     1.8 +	patch -p0 -i $stuff/cpu-color.patch || exit 1
     1.9  	./configure --with-plugins=all $CONFIGURE_ARGS &&
    1.10  	make && make install
    1.11  }