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
470 B
12 lines
470 B
13 years ago
|
--- configure.py.ORI 2011-12-03 17:07:41.589390850 +0100
|
||
|
+++ configure.py 2011-12-03 17:14:35.226888035 +0100
|
||
|
@@ -786,7 +786,7 @@
|
||
|
sipconfig.ParentMakefile(
|
||
|
configuration = pyqtcfg,
|
||
|
subdirs = subdirs,
|
||
|
- installs= [("pykdeconfig.py", opt_pykdemoddir), (srcPath("contrib/kdepyuic"), sipcfg.default_bin_dir)]
|
||
|
+ installs= [("pykdeconfig.py", opt_pykdemoddir), (srcPath("contrib/kdepyuic"), opt_kdebasedir + "/bin")]
|
||
|
).generate()
|
||
|
|
||
|
|