diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:49:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:49:52 -0600 |
commit | 544df55ba1dbdff64e48f9687b92e8e5dd6cc891 (patch) | |
tree | 2325d4345d9cd70c540d1dcb5ce5cc34f594f6f0 /configure.in | |
parent | bae304940b0a65131c123f9731322457b2fed2a8 (diff) | |
download | kiosktool-544df55ba1dbdff64e48f9687b92e8e5dd6cc891.tar.gz kiosktool-544df55ba1dbdff64e48f9687b92e8e5dd6cc891.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 9f6acbf..0ec8952 100644 --- a/configure.in +++ b/configure.in @@ -128,7 +128,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then echo "Warning: you chose to install this package in $given_prefix," echo "but KDE was found in $kde_libs_prefix." echo "For this to work, you will need to tell KDE about the new prefix, by ensuring" - echo "that KDEDIRS contains it, e.g. export KDEDIRS=$given_prefix:$kde_libs_prefix" + echo "that TDEDIRS contains it, e.g. export TDEDIRS=$given_prefix:$kde_libs_prefix" echo "Then restart KDE." echo "" fi |