tazwok rev 165

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun May 16 16:38:27 2010 +0000 (2010-05-16)
parents 59cee84c378c
children 9d945d575025
files README examples/tazwok.conf
line diff
     1.1 --- a/README	Sun May 02 15:46:52 2010 +0200
     1.2 +++ b/README	Sun May 16 16:38:27 2010 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  Please check 'tazwok usage' to get a list of commands with a short
     1.5  description in English.
     1.6  
     1.7 -Tazwok is a SHell script written from scratch, that works with Bash and Ash
     1.8 +Tazwok is a SHell script written from scratch that works with Bash and Ash
     1.9  from Busybox. Tazwok is licensed under free GNU gpl v3. See INSTALL at the
    1.10  bottom of this file for installation instructions.
    1.11  
    1.12 @@ -70,7 +70,7 @@
    1.13  Vous pouvez utiliser PREFIX= pour installer Tazwok dans un autre répertoire
    1.14  que /usr/bin.
    1.15  
    1.16 - # cd into/tazwok-version
    1.17 + # cd into /tazwok-version
    1.18   # make install
    1.19  
    1.20  Utilisation/Usage :
     2.1 --- a/examples/tazwok.conf	Sun May 02 15:46:52 2010 +0200
     2.2 +++ b/examples/tazwok.conf	Sun May 16 16:38:27 2010 +0000
     2.3 @@ -5,27 +5,27 @@
     2.4  # By default on SliTaz the directory is /home/slitaz/wok.
     2.5  WOK="/home/slitaz/wok"
     2.6  
     2.7 -# The path to the sources tarballs of the binaries packages.
     2.8 +# The path to the source tarballs of the binary packages.
     2.9  SOURCES_REPOSITORY="/home/slitaz/src"
    2.10  
    2.11 -# This path set the binaries packages repository. It's where all
    2.12 -# the gen *.tazpkg will be stored when using gen-repository command.
    2.13 +# This path sets the binary packages repository. It's where all
    2.14 +# gen *.tazpkg will be stored when using the gen-repository command.
    2.15  PACKAGES_REPOSITORY="/home/slitaz/packages"
    2.16  
    2.17 -# Default build host
    2.18 +# Default build host.
    2.19  BUILD_HOST=i486-pc-linux-gnu
    2.20  
    2.21 -# Default tool prefix
    2.22 +# Default tool prefix.
    2.23  TOOLPREFIX="${BUILD_HOST}-"
    2.24  
    2.25  # Default arguments for GNU configure.
    2.26  CONFIGURE_ARGS="--build=$BUILD_HOST --host=$BUILD_HOST"
    2.27  
    2.28 -# Translation files to include in packages, note that you can specifiy
    2.29 -# several locale.
    2.30 +# Translation files to be included in packages. Note that you can specify
    2.31 +# several locales.
    2.32  LOCALE="fr"
    2.33  
    2.34 -# Mirrors URLs. To downloads source next from your location.
    2.35 +# Mirrors URLs. To download sources near your location.
    2.36  # GNU mirror :
    2.37  GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu"
    2.38  # SourceForge mirror :
    2.39 @@ -36,12 +36,12 @@
    2.40  # Favorite console editor.
    2.41  EDITOR="nano"
    2.42  
    2.43 -# FSH standards directories with init. Package generation will abort if
    2.44 +# FSH standard directories with init. Package generation will abort if
    2.45  # a file is installed in a non-specified path. Note /vz is for OpenVZ.
    2.46  FSH="bin boot dev etc home init lib media mnt proc root sbin share sys \
    2.47  tmp usr var vz usr/bin usr/games usr/include usr/lib usr/local usr/sbin \
    2.48  usr/share usr/src"
    2.49  
    2.50 -# tazpkg compression "gzip" or "lzma"
    2.51 +# tazpkg compression "gzip" or "lzma".
    2.52  COMPRESSION="lzma"
    2.53