wok diff tazpanel/receipt @ rev 17299

Add fish
Add fish-doc

This adds support and documentation for the latest fish release.
author necrophcodr <tcg.thegamer@gmail.com>
date Thu Oct 30 22:39:29 2014 +0100 (2014-10-30)
parents 6cc661da10ce
children be5709551b21
line diff
     1.1 --- a/tazpanel/receipt	Tue Aug 05 15:58:00 2014 +0200
     1.2 +++ b/tazpanel/receipt	Thu Oct 30 22:39:29 2014 +0100
     1.3 @@ -29,6 +29,8 @@
     1.4  	cp -a $install/* $fs
     1.5  	sed -i 's/0 4px #ddd, 0 0 0 4px/2px 4px/g' \
     1.6  	$fs/var/www/tazpanel/styles/default/style.css
     1.7 +	sed -i 's|/var/log/slim.log|/tmp/X-output|g' \
     1.8 +	$fs/var/www/tazpanel/boot.cgi
     1.9  	# Init script use tazpanel cmdline
    1.10  	cd $fs/etc/init.d && ln -s ../../usr/bin/tazpanel .
    1.11  }