diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 18:49:23 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 18:49:23 -0600 |
commit | 5fd0598a83d8a7abfa02a222f74eb9f6b1930087 (patch) | |
tree | d57a2e6c15ae0eeaca9d043480e16d8f8acccb10 /configure.in | |
parent | 3c5d1686fea831cd92f4c95c1b0c74741a8a6399 (diff) | |
download | kdirstat-5fd0598a83d8a7abfa02a222f74eb9f6b1930087.tar.gz kdirstat-5fd0598a83d8a7abfa02a222f74eb9f6b1930087.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 2f1bf62..057aafa 100644 --- a/configure.in +++ b/configure.in @@ -88,7 +88,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 |