diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 18:50:17 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 18:50:17 -0600 |
commit | 80c841a83ccb0836048469a3d8154be6360c54b4 (patch) | |
tree | 44d9c4c8a224c1c47a81339b90f70bd5b1c830cc /configure.in | |
parent | 4361c24faf6e021d8546562d4316f75a573276f8 (diff) | |
download | knetload-80c841a83ccb0836048469a3d8154be6360c54b4.tar.gz knetload-80c841a83ccb0836048469a3d8154be6360c54b4.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 e9a8704..064e975 100644 --- a/configure.in +++ b/configure.in @@ -120,7 +120,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 |