diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 18:49:28 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 18:49:28 -0600 |
commit | b1bdb074159e1ff8c31b98ca5ff1df8eaa67a962 (patch) | |
tree | da164cd0c23f2e154dac25ba8db76b024f6ff55c /configure.in | |
parent | 301c3e97709e1a92e06bd604c1b452ccc45724c0 (diff) | |
download | keep-b1bdb074159e1ff8c31b98ca5ff1df8eaa67a962.tar.gz keep-b1bdb074159e1ff8c31b98ca5ff1df8eaa67a962.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 0d8a129..ea0ffec 100644 --- a/configure.in +++ b/configure.in @@ -134,7 +134,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 |