diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 18:47:59 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 18:47:59 -0600 |
commit | c8575d825fa207a30f68f0a0ee59a531577bdc00 (patch) | |
tree | 03e393ca41567fd8a5de71851365d5fe7b822808 /configure.in | |
parent | f50ac56944e99f3807ce49754c063f9464a72619 (diff) | |
download | adept-c8575d825fa207a30f68f0a0ee59a531577bdc00.tar.gz adept-c8575d825fa207a30f68f0a0ee59a531577bdc00.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 eb5813e..0df7558 100644 --- a/configure.in +++ b/configure.in @@ -124,7 +124,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 |