diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:51:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:51:58 -0600 |
commit | 95cb0cfe36410d8ff912c875d97ce29339d1315d (patch) | |
tree | fe7e83b38bd7b51a194b0fe8ca91c9a86d58246d /configure.in | |
parent | a4665c15a97ecef412fe0d48b3c400be69057287 (diff) | |
download | ksplash-engine-moodin-95cb0cfe36410d8ff912c875d97ce29339d1315d.tar.gz ksplash-engine-moodin-95cb0cfe36410d8ff912c875d97ce29339d1315d.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 57c9a8e..3b68cc8 100644 --- a/configure.in +++ b/configure.in @@ -84,7 +84,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 |