From 473aa7b12a41fb8c3765e6f8821ab09870eae007 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Dec 2011 19:07:56 -0600 Subject: Rename KDEHOME and KDEDIR --- dcopperl/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dcopperl/Makefile.PL') 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"; -- cgit v1.2.1