tazpanel diff index.cgi @ rev 227

Add image for new icon theme (a copy, used one is in slitaz-icons
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 21 09:49:06 2012 +0100 (2012-02-21)
parents 57c5ebe79e05
children 33bbada9fc2b
line diff
     1.1 --- a/index.cgi	Tue Aug 30 17:12:37 2011 +0200
     1.2 +++ b/index.cgi	Tue Feb 21 09:49:06 2012 +0100
     1.3 @@ -28,7 +28,7 @@
     1.4  			tmp=/tmp/tazpanel$$
     1.5  			mkdir -p $tmp
     1.6  			( cd $tmp ; zcat $org | cpio -id ${1#/} )
     1.7 -			diff -u $tmp$1 $1
     1.8 +			diff -u $tmp$1 $1 | sed "s|$tmp||"
     1.9  			rm -rf $tmp ;;
    1.10  		button)
    1.11  			cat <<EOT