wok diff tazpanel/receipt @ rev 17820
marlin: fix tests-pathbar.vala
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 22 09:52:23 2015 +0100 (2015-03-22) |
parents | 2168fa5dee59 |
children | 9195722c7878 |
line diff
1.1 --- a/tazpanel/receipt Wed Dec 17 20:16:46 2014 +0200 1.2 +++ b/tazpanel/receipt Sun Mar 22 09:52:23 2015 +0100 1.3 @@ -27,10 +27,7 @@ 1.4 { 1.5 mkdir -p $fs/etc/init.d 1.6 cp -a $install/* $fs 1.7 - sed -i 's/0 4px #ddd, 0 0 0 4px/2px 4px/g' \ 1.8 - $fs/var/www/tazpanel/styles/default/style.css 1.9 - sed -i 's|/var/log/slim.log|/tmp/X-output|g' \ 1.10 - $fs/var/www/tazpanel/boot.cgi 1.11 + sed -i 's|slim.log|Xorg.0.log|g' $fs/var/www/tazpanel/boot.cgi 1.12 # Init script use tazpanel cmdline 1.13 cd $fs/etc/init.d && ln -s ../../usr/bin/tazpanel . 1.14 }