summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-07 18:16:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-07 18:16:36 -0600
commitdf182c709e6ebcff3dda49e981204d421b672230 (patch)
tree03a2c8f2869d88765f9e7931c9b07de5933bb807 /admin
parentb6889067a362c2513d5aeb66fc80c02589dfdc7d (diff)
downloadkstreamripper-df182c709e6ebcff3dda49e981204d421b672230.tar.gz
kstreamripper-df182c709e6ebcff3dda49e981204d421b672230.zip
Rename include subdirectory to tde
Diffstat (limited to 'admin')
-rw-r--r--admin/kde.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/kde.py b/admin/kde.py
index 736cdf8..50be00c 100644
--- a/admin/kde.py
+++ b/admin/kde.py
@@ -143,10 +143,10 @@ def detect_kde(env):
if os.path.isfile(kdeincludes + "/klineedit.h"):
print GREEN+"ok "+kdeincludes+NORMAL
else:
- if os.path.isfile(kdeprefix+"/include/kde/klineedit.h"):
+ if os.path.isfile(kdeprefix+"/include/tde/klineedit.h"):
# Debian, Fedora probably
- print YELLOW+"the kde headers were found in "+kdeprefix+"/include/kde/"+NORMAL
- kdeincludes = kdeprefix + "/include/kde/"
+ print YELLOW+"the kde headers were found in "+kdeprefix+"/include/tde/"+NORMAL
+ kdeincludes = kdeprefix + "/include/tde/"
else:
print RED+"The kde includes were NOT found"+NORMAL
env.Exit(1)
@@ -251,7 +251,7 @@ def generate(env):
"""+BOLD+"""* execprefix """+NORMAL+""": install path for binaries, ie: /usr/bin
"""+BOLD+"""* datadir """+NORMAL+""": install path for the data, ie: /usr/local/share
"""+BOLD+"""* libdir """+NORMAL+""": install path for the libs, ie: /usr/lib
-"""+BOLD+"""* kdeincludes"""+NORMAL+""": path to the kde includes (/usr/include/kde on debian, ...)
+"""+BOLD+"""* kdeincludes"""+NORMAL+""": path to the kde includes (/usr/include/tde on debian, ...)
"""+BOLD+"""* qtincludes """+NORMAL+""": same punishment, for qt includes (/usr/include/qt on debian, ...)
"""+BOLD+"""* tdelibs """+NORMAL+""": path to the kde libs, for linking the programs
"""+BOLD+"""* qtlibs """+NORMAL+""": same punishment, for qt libraries