summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:52:06 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 18:52:06 -0600
commit11de8ef0ca957c791ddf99cbe5ddb781f500a79a (patch)
tree41f51ff98ab06df0b6640b2648050a4b5f9f3300 /admin
parent91fc0fb09998ea39f642b6a0527e7b71ac723bad (diff)
downloadkstreamripper-11de8ef0ca957c791ddf99cbe5ddb781f500a79a.tar.gz
kstreamripper-11de8ef0ca957c791ddf99cbe5ddb781f500a79a.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'admin')
-rw-r--r--admin/kde.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/kde.py b/admin/kde.py
index a563ce9..736cdf8 100644
--- a/admin/kde.py
+++ b/admin/kde.py
@@ -51,7 +51,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]
@@ -274,7 +274,7 @@ ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt
( 'QT_UIC', 'moc directory'),
( 'QT_MOC', 'moc 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' ),
@@ -296,7 +296,7 @@ ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt
opts.Update(env)
# reconfigure when things are missing
- if 'configure' in env['TARGS'] or not env.has_key('QTDIR') or not env.has_key('KDEDIR'):
+ if 'configure' in env['TARGS'] or not env.has_key('QTDIR') or not env.has_key('TDEDIR'):
detect_kde(env)
# finally save the configuration