diff options
Diffstat (limited to 'dcopperl')
-rw-r--r-- | dcopperl/Makefile.PL | 2 |
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"; |