# HG changeset patch
# User Paul Issott
- Tazpkg—Tiny autonomous zone package manager
+ Tazpkg - Tiny autonomous zone package manager
NAME
Tazpkg is entirely built from scratch using SHell script, -compatible with Bash; it runs under Ash—part of the Busybox +compatible with Bash; it runs under Ash - part of the Busybox project. Tazpkg is distributed under the free GNU license GPL V3.
diff -r 1ff759a071f7 -r d059a3effb3a tazpkg --- a/tazpkg Sun Sep 02 13:48:00 2012 -0300 +++ b/tazpkg Sun Sep 16 06:37:19 2012 +0100 @@ -1361,7 +1361,7 @@ exit 1 fi fi - # we may already have 7z or may just installed it in the step above + # we may already have 7z or may have just installed it in the step above if [ -e $INSTALLED/p7zip-full/receipt ]; then 7z x -so $PACKAGE_FILE | cpio -idm --quiet fi @@ -2114,8 +2114,8 @@ recharge) # Recharge packages.list from a mirror. # - # WARRNING: The mirrors file have all SliTaz mirrors but mirror - # must have only the choosen main mirror. + # WARNING: The mirrors file has all SliTaz mirrors but mirror + # must have only the chosen main mirror. # check_root $@