summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:58:12 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:58:12 +0200
commite4b99b26e5ef04555be0461cf57dc7cd00205279 (patch)
treeeefe88204cd35b4c46cdf26a7e64f1a98f178730
parent6ae3ac3d4c56e53a59ac51019def91e272cdc107 (diff)
downloadkstreamripper-e4b99b26.tar.gz
kstreamripper-e4b99b26.zip
Additional k => tde renaming and fixes
-rw-r--r--admin/kde.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/kde.py b/admin/kde.py
index 8547edf..04119e6 100644
--- a/admin/kde.py
+++ b/admin/kde.py
@@ -430,7 +430,7 @@ ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt
###### kcfg file processing
def kcfgGenerator(target, source, env, for_signature):
act=[]
- act.append('kconfig_compiler -d'+str(source[0].get_dir())+' '+source[1].path+' '+source[0].path)
+ act.append('tdeconfig_compiler -d'+str(source[0].get_dir())+' '+source[1].path+' '+source[0].path)
return act
def kcfgEmitter(target, source, env):