slitaz-dev-tools rev 275

Tiny edits
author Paul Issott <paul@slitaz.org>
date Tue Feb 28 22:36:16 2017 +0000 (2017-02-28)
parents 66c023d0f82f
children c3dc62cce4a7
files tazdev/tazdev tazdev/tazdev.conf
line diff
     1.1 --- a/tazdev/tazdev	Tue Feb 28 17:16:47 2017 +0200
     1.2 +++ b/tazdev/tazdev	Tue Feb 28 22:36:16 2017 +0000
     1.3 @@ -59,7 +59,7 @@
     1.4  $(boldify "Options:")
     1.5    --rootfs=            Path to the chroot to generate or clean
     1.6    --arch=              Specify the architecture type for cross-chroot, push/pull
     1.7 -  --clean or --forced  Clean chroot before generation a new one
     1.8 +  --clean or --forced  Clean chroot before generating a new one
     1.9  
    1.10  $(boldify "Examples:")
    1.11    $(basename $0) gen-chroot undigest --clean
    1.12 @@ -130,7 +130,7 @@
    1.13  		bind_chroot_dir $SLITAZ_HOME/src $fs/src
    1.14  		# Now mount package dir, so they are in /home/slitaz/$version
    1.15  		# We may not mount cache wok or others: it has no point and if
    1.16 -		# one wants to use a shared wok, he can bind it manually.
    1.17 +		# one wants to use a shared wok, one can bind it manually.
    1.18  		[ -n "$arch" ] && slitaz="$slitaz/$arch"
    1.19  		mkdir -p "$fs/packages" "$slitaz/packages"
    1.20  		bind_chroot_dir "$slitaz/packages" "$fs/packages"
    1.21 @@ -369,7 +369,7 @@
    1.22  		[ -d "$INSTALLED/lighttpd" ] || sudo tazpkg -gi lighttpd
    1.23  
    1.24  		echo
    1.25 -		echo "TODO: setup SCN (tinycm install + plugins from slitaz-forge"
    1.26 +		echo "TODO: setup SCN (tinycm install + plugins from slitaz-forge)"
    1.27  		echo
    1.28  		echo "$(boldify 'URL    :') http://localhost/~$USER/cgi-bin/"
    1.29  		;;
     2.1 --- a/tazdev/tazdev.conf	Tue Feb 28 17:16:47 2017 +0200
     2.2 +++ b/tazdev/tazdev.conf	Tue Feb 28 22:36:16 2017 +0000
     2.3 @@ -7,7 +7,7 @@
     2.4  # Path to all own and copy projects.
     2.5  PROJECTS="$HOME/Projects"
     2.6  
     2.7 -# Path to all web and CGI/Shell projects developed localy.
     2.8 +# Path to all web and CGI/Shell projects developed locally.
     2.9  # URL: http://localhost/~$USER/
    2.10  PUBLIC="$HOME/Public"
    2.11