cookutils diff cook.site @ rev 70

cooker.cgi: show missing file path
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 07 19:00:39 2011 +0200 (2011-05-07)
parents 95886e244781
children 8a0d9124cd8d
line diff
     1.1 --- a/cook.site	Tue May 03 22:31:04 2011 +0200
     1.2 +++ b/cook.site	Sat May 07 19:00:39 2011 +0200
     1.3 @@ -1,13 +1,13 @@
     1.4  # /etc/slitaz/cook.site: Default options passed to ./configure in SliTaz
     1.5  #
     1.6  # This file is used since we can't export these variables, but configure
     1.7 -# handle CONFIG_SITE and will source this file automaticaly if set.
     1.8 +# handles CONFIG_SITE and will source this file automatically if set.
     1.9  #
    1.10  # If you want to use your own cook.site, you can use:
    1.11  # export CONFIG_SITE=config.site in compile_rules of a receipt.
    1.12  #
    1.13  
    1.14 -# Some old configure use "${prefix}" instead of "${datarootdir}".
    1.15 +# Some old configure(s) use "${prefix}" instead of "${datarootdir}".
    1.16  if echo "$localedir" | grep -q \${prefix}; then
    1.17  	localedir=$( echo "$localedir" | sed 's/${prefix}/${datarootdir}/')
    1.18  fi