summaryrefslogtreecommitdiffstats
path: root/dcopperl
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:07:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:07:56 -0600
commit473aa7b12a41fb8c3765e6f8821ab09870eae007 (patch)
tree375baf84a40cd8a9976cba039db204062ea663e6 /dcopperl
parent9e7608eef5bc6d209610bf4509cf6a655c054ec8 (diff)
downloadtdebindings-473aa7b12a41fb8c3765e6f8821ab09870eae007.tar.gz
tdebindings-473aa7b12a41fb8c3765e6f8821ab09870eae007.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'dcopperl')
-rw-r--r--dcopperl/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcopperl/Makefile.PL b/dcopperl/Makefile.PL
index fbab8952..66121e65 100644
--- a/dcopperl/Makefile.PL
+++ b/dcopperl/Makefile.PL
@@ -4,7 +4,7 @@ use Config;
# the contents of the Makefile that is written.
print "Trying to find some configuration information...\n";
-my $kde_dirs = $ENV{KDEDIRS} || '/usr/local/kde';
+my $kde_dirs = $ENV{TDEDIRS} || '/usr/local/kde';
my $qt_dir = $ENV{QTDIR} || '/usr/lib/qt';
my $kde_inc = "$kde_dirs/include";
my $kde_lib = "$kde_dirs/lib";