You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
787 B
12 lines
787 B
--- trinity-pytdeextensions-14.0.0~pre116+64c969d7/src/kdedistutils.py.ORI 2013-07-04 20:30:36.889883389 +0200
|
|
+++ trinity-pytdeextensions-14.0.0~pre116+64c969d7/src/kdedistutils.py 2013-07-04 20:30:54.729085109 +0200
|
|
@@ -539,7 +539,7 @@
|
|
canidatepaths.append(os.path.join(tdedir,"include"))
|
|
canidatepaths.append(os.path.join(install.prefix,"include"))
|
|
canidatepaths.append('/opt/trinity/include')
|
|
- canidatepaths.append('/opt/kde/include')
|
|
+ canidatepaths.append('/opt/trinity/include/tde')
|
|
self.kde_inc_dir = FindFileInPaths('tdeapplication.h',canidatepaths)
|
|
if self.kde_inc_dir is None:
|
|
raise SystemExit, "Failed to find the KDE header file directory."
|