diff options
author | Francois Andriot <francois.andriot@free.fr> | 2011-12-03 17:35:19 +0100 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2011-12-03 17:35:19 +0100 |
commit | b97c4943da02ff2b72e24c4de026795be4daaf5b (patch) | |
tree | 466f05ad84197e7305a3d52bb9346ffb338d3c4d /redhat/libraries/python-trinity/python-trinity-3.5.13-install_directories.patch | |
parent | 4b54f4cb7742665e87d6ea9ac76e10489a3c4de4 (diff) | |
download | tde-packaging-b97c4943da02ff2b72e24c4de026795be4daaf5b.tar.gz tde-packaging-b97c4943da02ff2b72e24c4de026795be4daaf5b.zip |
RHEL/Fedora: add python-trinity
Diffstat (limited to 'redhat/libraries/python-trinity/python-trinity-3.5.13-install_directories.patch')
-rw-r--r-- | redhat/libraries/python-trinity/python-trinity-3.5.13-install_directories.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/libraries/python-trinity/python-trinity-3.5.13-install_directories.patch b/redhat/libraries/python-trinity/python-trinity-3.5.13-install_directories.patch new file mode 100644 index 000000000..a2949fc2b --- /dev/null +++ b/redhat/libraries/python-trinity/python-trinity-3.5.13-install_directories.patch @@ -0,0 +1,11 @@ +--- 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() + + |