cookutils diff cook.conf @ rev 197

Update docs and tiny edits
author Paul Issott <paul@slitaz.org>
date Sat May 21 18:17:58 2011 +0100 (2011-05-21)
parents bb96f5903b92
children 707c75506484
line diff
     1.1 --- a/cook.conf	Fri May 20 21:41:33 2011 +0200
     1.2 +++ b/cook.conf	Sat May 21 18:17:58 2011 +0100
     1.3 @@ -26,7 +26,7 @@
     1.4  # Translation files to be included in packages.
     1.5  LOCALE=""
     1.6  
     1.7 -# Target host architecture type (Glibc dont support i386 anymore).
     1.8 +# Target host architecture type (Glibc doesn't support i386 anymore).
     1.9  ARCH="i486"
    1.10  
    1.11  # Build and host. These options are for cross-compiling. If you specify
    1.12 @@ -49,7 +49,7 @@
    1.13  # Default tool prefix for Binutils.
    1.14  TOOLPREFIX="${HOST_SYSTEM}-"
    1.15  
    1.16 -# Default arguments for GNU configure. CONFIGURE_ARGS is neede for some
    1.17 +# Default arguments for GNU configure. CONFIGURE_ARGS is needed for some
    1.18  # packages since --build and --host is not set at all by cook.site (bug ?).
    1.19  CONFIG_SITE=/etc/slitaz/cook.site
    1.20  CONFIGURE_ARGS="--build=$BUILD_SYSTEM --host=$HOST_SYSTEM"