diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 18:52:24 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 18:52:24 -0600 |
commit | daabda547f937720df12ed5528522a730784797a (patch) | |
tree | 0f39d36f0a120fb024755b53cb953a211865e3da /configure.in | |
parent | 3897785206e04c3427c77a4358e562f006d918bd (diff) | |
download | kuickshow-daabda547f937720df12ed5528522a730784797a.tar.gz kuickshow-daabda547f937720df12ed5528522a730784797a.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 98e984e..b15e461 100644 --- a/configure.in +++ b/configure.in @@ -184,7 +184,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 |