cookutils diff cook.conf @ rev 258

cooker.cgi: syntax_highlighter should dehtmlize first
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 31 18:27:32 2011 +0200 (2011-05-31)
parents 307625056072
children 38fabb050655
line diff
     1.1 --- a/cook.conf	Sun May 22 15:42:10 2011 +0200
     1.2 +++ b/cook.conf	Tue May 31 18:27:32 2011 +0200
     1.3 @@ -35,7 +35,8 @@
     1.4  # Build and host. These options are for cross-compiling. If you specify
     1.5  # both options and BUILD_SYSTEM is different from HOST_SYSTEM, configure
     1.6  # will prepare to cross-compile from BUILD_SYSTEM to be used on HOST_SYSTEM.
     1.7 -BUILD_SYSTEM="$(uname -m)-slitaz-linux"
     1.8 +#BUILD_SYSTEM="$(uname -m)-slitaz-linux"
     1.9 +BUILD_SYSTEM="$ARCH-slitaz-linux"
    1.10  HOST_SYSTEM="$ARCH-slitaz-linux"
    1.11  
    1.12  # Old way/tazwok compatibility.