# HG changeset patch # User Paul Issott # Date 1306520336 -3600 # Node ID 7484825355cc2e44f2e9a6e4c80360070dcab5fb # Parent 12f01fb089b884800ce392e3615b12f2e6cb8a59 cook, docs: tiny edits diff -r 12f01fb089b8 -r 7484825355cc cook --- a/cook Fri May 27 18:46:06 2011 +0200 +++ b/cook Fri May 27 19:18:56 2011 +0100 @@ -174,7 +174,7 @@ install=$WOK/$WANTED/install wanted_stuff=$WOK/$WANTED/stuff fi - # Kernel version is set from linux-api-headers since it part of toolchain. + # Kernel version is set from linux-api-headers since it is part of toolchain. if [ -f "$INSTALLED/linux-api-headers/receipt" ]; then kvers=$(grep ^VERSION= $INSTALLED/linux-api-headers/receipt | cut -d '"' -f 2) fi @@ -866,7 +866,7 @@ pkgdb) # Create suitable packages list for TazPKG and only for built packages # as well as flavors files for TazLiTo. We dont need logs since we do it - # manualy to ensure everything is fine before syncing the mirror. + # manually to ensure everything is fine before syncing the mirror. case "$2" in --flavors) continue ;; @@ -943,8 +943,8 @@ time=$(($(date +%s) - $time)) echo -e "Packages: $nb - Time: ${time}s\n" - # Create all flavors files at once. Do we realy need code to monitor - # flavors changes ? Let just build them with packages lists before + # Create all flavors files at once. Do we really need code to monitor + # flavors changes ? Lets just build them with packages lists before # syncing the mirror. [ "$2" == "--flavors" ] || exit 1 [ ! -d "$flavors" ] && echo -e "Missing flavors: $flavors\n" && exit 1 diff -r 12f01fb089b8 -r 7484825355cc doc/cookutils.en.html --- a/doc/cookutils.en.html Fri May 27 18:46:06 2011 +0200 +++ b/doc/cookutils.en.html Fri May 27 19:18:56 2011 +0100 @@ -180,8 +180,8 @@ $ cook list-wok

- When creatin packages DB, cook will check if you have a flavors repo in - /home/slitaz/flavors, if so, it will pack all flavor using the latest + When creating the packages DB, cook will check if you have a flavors repo in + /home/slitaz/flavors, if so, it will pack all flavors using the latest packages list available. To create a packages list and the Live flavors files: