summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:49:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:49:26 -0600
commitb0142fc633288231d8a2a73c39e73c5216925d06 (patch)
treecaed1c4b895e66206cb8fb3640485716b1b72fcd /configure.in
parent78dd24be2bfd18c47aafb2719561cb907c6b7124 (diff)
downloadkdpkg-b0142fc633288231d8a2a73c39e73c5216925d06.tar.gz
kdpkg-b0142fc633288231d8a2a73c39e73c5216925d06.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8349a33..a97f782 100644
--- a/configure.in
+++ b/configure.in
@@ -88,7 +88,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