diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:49:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:49:50 -0600 |
commit | 4a6e04dcf050cef8b2947c7f333b46d89994dc83 (patch) | |
tree | 1e8b5e288bf0f57fd2c92c20e10551beed7de0fa /configure.in | |
parent | e0255f46346d2dd7acfaa2039df86f12fcb43183 (diff) | |
download | tdeio-umountwrapper-4a6e04dcf050cef8b2947c7f333b46d89994dc83.tar.gz tdeio-umountwrapper-4a6e04dcf050cef8b2947c7f333b46d89994dc83.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 0b8f169..ad624af 100644 --- a/configure.in +++ b/configure.in @@ -85,7 +85,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 |