diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 18:53:25 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 18:53:25 -0600 |
commit | da3ef16fefe8c20a8d78e09f5cae4b618eb17fc5 (patch) | |
tree | 854a1d43dcb9dc6507b8955468abc38f14b364ac /configure.in | |
parent | 8d2e97d57d67af99659c0e6ea5ef412bca4a30bb (diff) | |
download | tde-systemsettings-da3ef16fefe8c20a8d78e09f5cae4b618eb17fc5.tar.gz tde-systemsettings-da3ef16fefe8c20a8d78e09f5cae4b618eb17fc5.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 74df97b..faeeac9 100644 --- a/configure.in +++ b/configure.in @@ -110,7 +110,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 |