cookutils diff doc/cookopts.txt @ rev 1104

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Dec 01 10:13:45 2018 +0000 (2018-12-01)
parents 8e94062e3045
children 3c6c68093522
line diff
     1.1 --- a/doc/cookopts.txt	Fri Nov 30 16:23:45 2018 +0200
     1.2 +++ b/doc/cookopts.txt	Sat Dec 01 10:13:45 2018 +0000
     1.3 @@ -184,14 +184,14 @@
     1.4  force-arch
     1.5      Architecture of the package determined by examining executable files on
     1.6      a packing stage. System with "i486" architecture may produce packages with
     1.7 -    architecture "i486" or "any" (if there's no architecture-dependent files
     1.8 -    like shared libraries or binaries were found, but only Shell, Python, Perl
     1.9 +    architecture "i486" or "any" (if there's no architecture-dependent no files
    1.10 +    like shared libraries or binaries are found, but only Shell, Python, Perl
    1.11      scripts, fonts, icons, and so on). System with "x86_64" architecture may
    1.12      produce packages with architecture "x86_64" or "any".
    1.13      In rare cases architecture-independent packages built in "i486" and "x86_64"
    1.14      environments may have architecture-dependent settings in configuration
    1.15 -    files. Or package may provide architecture-dependent paths (Perl modules
    1.16 -    packages) - this checking not implemented yet. Or package may contain some
    1.17 -    files for other architecture and you need to override default behavior.
    1.18 +    files or package may provide architecture-dependent paths (Perl modules
    1.19 +    packages) - this checking is not implemented yet or package may contain some
    1.20 +    files for another architecture and you need to override default behavior.
    1.21      In all these cases you can use this option and architecture of all packages
    1.22 -    produced with this receipt will be the same as build environment has.
    1.23 +    produced with this receipt will be the same as the build environment.