From 88838f421c1d218531cb0ddcc2599ae90e744759 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Dec 2011 19:13:44 -0600 Subject: Rename KDEHOME and KDEDIR --- parts/appwizard/common/scons/admin/kde.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'parts/appwizard') diff --git a/parts/appwizard/common/scons/admin/kde.py b/parts/appwizard/common/scons/admin/kde.py index 494aaf27..037b4af0 100644 --- a/parts/appwizard/common/scons/admin/kde.py +++ b/parts/appwizard/common/scons/admin/kde.py @@ -52,7 +52,7 @@ def detect_kde(env): print "Make sure kde is installed properly" print "(missing package tdebase-devel?)" env.Exit(1) - env['KDEDIR'] = os.popen('kde-config -prefix').read().strip() + env['TDEDIR'] = os.popen('kde-config -prefix').read().strip() print "Checking for kde version : ", kde_version = os.popen("kde-config --version|grep KDE").read().strip().split()[1] @@ -371,7 +371,7 @@ ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt ('QT_UIC', 'tqmoc directory'), ('QT_TQMOC', 'tqmoc executable command'), ('QTPLUGINS', 'uic executable command'), - ('KDEDIR', 'root of kde directory'), + ('TDEDIR', 'root of kde directory'), ('KDELIBPATH', 'path to the kde libs'), ('KDEINCLUDEPATH', 'path to the kde includes'), @@ -392,7 +392,7 @@ ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt opts.Update(env) # reconfigure when things are missing - if not env['HELP'] and (env['_CONFIGURE'] or not env.has_key('QTDIR') or not env.has_key('KDEDIR')): + if not env['HELP'] and (env['_CONFIGURE'] or not env.has_key('QTDIR') or not env.has_key('TDEDIR')): detect_kde(env) # finally save the configuration to the cache file -- cgit v1.2.1