diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:52:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:52:57 -0600 |
commit | 46d0a863810af9079e5b6aafcef853e1513d6790 (patch) | |
tree | df7b6e669828915dc1ef00c6e22bb7e4462ee47e /configure.in | |
parent | bfde7d19c3f017dc858a5b084e90391ad3355aa8 (diff) | |
download | piklab-46d0a863810af9079e5b6aafcef853e1513d6790.tar.gz piklab-46d0a863810af9079e5b6aafcef853e1513d6790.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 9bf2eac..681243f 100644 --- a/configure.in +++ b/configure.in @@ -334,7 +334,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 |