spk diff spk-add @ rev 12
Tiny edits
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sun May 13 13:42:38 2012 +0100 (2012-05-13) |
parents | db99af6fac70 |
children | 8fd53f8759ad |
line diff
1.1 --- a/spk-add Fri May 11 21:23:22 2012 -0500 1.2 +++ b/spk-add Sun May 13 13:42:38 2012 +0100 1.3 @@ -2,7 +2,7 @@ 1.4 # 1.5 # Authors : See the AUTHORS files 1.6 1.7 -# Set to / for now untill we add installing to chroot support 1.8 +# Set to / for now until we add installing to chroot support 1.9 # Could we update tools so they do not need this? 1.10 ROOT="" 1.11 TMP_DIR="/tmp/$RANDOM" 1.12 @@ -92,7 +92,7 @@ 1.13 # $package_name wants to install $file which is already 1.14 # Installed from $pkg 1.15 if grep -q ^$file$ $pkg/files.list; then 1.16 - # Tell $pkg that $package_name is going to overwrite some of it's files 1.17 + # Tell $pkg that $package_name is going to overwrite some of its files 1.18 if [ -s "$pkg/volatile.cpio.gz" ]; then 1.19 # We can modify backed up files without notice 1.20 zcat $pkg/volatile.cpio.gz | cpio -t --quiet | \ 1.21 @@ -114,7 +114,7 @@ 1.22 pre_install $ROOT 1.23 fi 1.24 1.25 - # Handle Config Files from reciept 1.26 + # Handle Config Files from receipt 1.27 if [ -n "$CONFIG_FILES" ]; then 1.28 pushd $fs > /dev/null 1.29 # save 'official' configuration files