tazwok rev 166 3.2.1
Tiny edits
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Thu May 20 19:31:08 2010 +0000 (2010-05-20) |
parents | 004961b7dd06 |
children | 79622ae0a305 |
files | tazwok |
line diff
1.1 --- a/tazwok Sun May 16 16:38:27 2010 +0000 1.2 +++ b/tazwok Thu May 20 19:31:08 2010 +0000 1.3 @@ -54,7 +54,7 @@ 1.4 exit 0 1.5 fi 1.6 1.7 -# Create Taz wok needed directories if user is root. 1.8 +# Create Tazwok needed directories if user is root. 1.9 if test $(id -u) = 0 ; then 1.10 # Check for the wok directory. 1.11 if [ ! -d "$WOK" ]; then 1.12 @@ -177,8 +177,8 @@ 1.13 } 1.14 1.15 # Check for the wanted package if specified in WANTED 1.16 -# receipt variable. Set the $src/$_pkg variable to help compiling 1.17 -# and generating packages. 1.18 +# receipt variable. Set the $src/$_pkg variable to help compile 1.19 +# and generate packages. 1.20 check_for_wanted() 1.21 { 1.22 if [ ! "$WANTED" = "" ]; then 1.23 @@ -736,7 +736,7 @@ 1.24 1.25 case "$COMMAND" in 1.26 stats) 1.27 - # Tazwok general statistics from the config file the wok. 1.28 + # Tazwok general statistics from the wok config file. 1.29 # 1.30 echo "" 1.31 echo -e "\033[1mTazwok configuration statistics\033[0m 1.32 @@ -753,7 +753,7 @@ 1.33 check_for_receipt 1.34 $EDITOR $WOK/$PACKAGE/receipt ;; 1.35 build-depends) 1.36 - # List dependancies to rebuild wok 1.37 + # List dependencies to rebuild wok 1.38 cd $WOK 1.39 ALL_DEPS="slitaz-toolchain" 1.40 echo $ALL_DEPS 1.41 @@ -1013,7 +1013,7 @@ 1.42 rm -f wok.list.$$ pkgs.old.$$ pkgs.missing.$$ 1.43 ;; 1.44 list) 1.45 - # List packages in wok directory. User can specify a category 1.46 + # List packages in wok directory. User can specify a category. 1.47 # 1.48 if [ "$2" = "category" ]; then 1.49 echo -e "\033[1m\nPackages categories :\033[0m $CATEGORIES\n" 1.50 @@ -1163,7 +1163,7 @@ 1.51 if grep -q ^clean_wok $RECEIPT; then 1.52 clean_wok 1.53 fi 1.54 - # Clean shoul only have a receipt, stuff and optionnal desc. 1.55 + # Clean should only have a receipt, stuff and optional desc. 1.56 for f in `ls .` 1.57 do 1.58 case $f in 1.59 @@ -1200,7 +1200,7 @@ 1.60 cp -a $WOK/$pkg/receipt $dest/$pkg 1.61 status 1.62 if [ -d "$WOK/$pkg/stuff" ]; then 1.63 - echo -n "Copying all the stuff directory..." 1.64 + echo -n "Copying the stuff directory..." 1.65 cp -a $WOK/$pkg/stuff $dest/$pkg 1.66 status 1.67 fi 1.68 @@ -1223,7 +1223,7 @@ 1.69 ;; 1.70 gen-list) 1.71 # Sed is used to remove all the .tazpkg extensions from the 1.72 - # packages.list. The directory to move in by default is the repository 1.73 + # packages.list. The directory to move into by default is the repository, 1.74 # if $2 is not empty cd into $2. A text packages list can also be gen 1.75 # with the option --text. 1.76 # 1.77 @@ -1387,7 +1387,7 @@ 1.78 fi 1.79 ;; 1.80 hgup) 1.81 - # Pull and update an Hg wok. 1.82 + # Pull and update a Hg wok. 1.83 if ls -l $WOK/.hg/hgrc | grep -q "root"; then 1.84 check_root 1.85 fi 1.86 @@ -1412,7 +1412,7 @@ 1.87 # Remove tmp files 1.88 rm -f /tmp/slitaz-maintainers ;; 1.89 maintained-by) 1.90 - # Search for packages maintained by a packagers. 1.91 + # Search for packages maintained by a contributor. 1.92 if [ ! -n "$2" ]; then 1.93 echo "Specify a name or email of a maintainer." 1.94 exit 0