tazwok diff examples/config.site @ rev 549
Compat: execute compile_rules() from directory when possible to match cookutils behavior
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 10 01:21:18 2011 +0100 (2011-12-10) |
parents | ff2492afbf1a |
children | fcc1dc4dd1af |
line diff
1.1 --- a/examples/config.site Mon Mar 07 08:02:53 2011 +0000 1.2 +++ b/examples/config.site Sat Dec 10 01:21:18 2011 +0100 1.3 @@ -48,7 +48,7 @@ 1.4 { [ "$build" = NONE ] || [ ! "$build" ] ; } && build=$default_build 1.5 { [ "$host" = NONE ] || [ ! "$host" ] ; } && host=$default_host 1.6 1.7 -# Print information about these variables. 1.8 +# Print information about those variables. 1.9 echo "prefix = $prefix 1.10 datarootdir = $datarootdir 1.11 datadir = $datadir 1.12 @@ -59,5 +59,6 @@ 1.13 host = $host 1.14 " 1.15 1.16 -# config.site is used by tazwok to check that the config.site script has been used. 1.17 +# /tmp/config.site is used by tazwok to check that the config.site 1.18 +# script has been used. 1.19 touch /tmp/config.site