diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:03:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:03:55 -0600 |
commit | c13acd3c8d18c9606e49f566adb5974417530878 (patch) | |
tree | 33f2e17a23a7e20315d04bbbb775ec8c367e39d5 /tde-i18n-es/configure.in | |
parent | 67313570235937f289ef5e83b7f144b5cd1ff779 (diff) | |
download | tde-i18n-c13acd3c8d18c9606e49f566adb5974417530878.tar.gz tde-i18n-c13acd3c8d18c9606e49f566adb5974417530878.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'tde-i18n-es/configure.in')
-rw-r--r-- | tde-i18n-es/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tde-i18n-es/configure.in b/tde-i18n-es/configure.in index cf0dc134efc..87d9c5484a8 100644 --- a/tde-i18n-es/configure.in +++ b/tde-i18n-es/configure.in @@ -360,7 +360,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 |