cookutils diff cook.conf @ rev 244

cook: improve source extracting, may be one file (Thanks Godane)
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 28 00:41:01 2011 +0200 (2011-05-28)
parents 307625056072
children 38fabb050655
line diff
     1.1 --- a/cook.conf	Sun May 22 15:42:10 2011 +0200
     1.2 +++ b/cook.conf	Sat May 28 00:41:01 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.