cookutils diff cook.site @ rev 261
mv cooker web to /var/www/cooker
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Jun 07 12:06:02 2011 +0200 (2011-06-07) |
parents | c8f94ae422a8 |
children | 7d37b282b4fb |
line diff
1.1 --- a/cook.site Thu May 19 00:28:45 2011 +0200 1.2 +++ b/cook.site Tue Jun 07 12:06:02 2011 +0200 1.3 @@ -1,7 +1,7 @@ 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 -# handles CONFIG_SITE and will source this file automatically if set. 1.8 +# handles CONFIG_SITE and will source this file automatically. 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 @@ -18,12 +18,10 @@ 1.13 mandir=$( echo "$mandir" | sed 's/${prefix}/${datarootdir}/') 1.14 fi 1.15 1.16 -# Default options (BUILD_HOST is set in cook.conf) 1.17 +# Default options. 1.18 prefix=/usr 1.19 datarootdir=$prefix/share 1.20 datadir=$datadir 1.21 localedir=$datarootdir/locale 1.22 infodir=$datarootdir/info 1.23 mandir=$datarootdir/man 1.24 -build="$BUILD_HOST" 1.25 -host="$BUILD_HOST"