diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-08-04 22:17:21 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-08-04 22:17:21 +0200 |
commit | 23921d42c670b601f623ddf441bdddde446ddefc (patch) | |
tree | 6bb9ba394ed8bb782f68c4b651b84f20b189b4df /redhat/applications/kbfx/kbfx-3.5.13-fix_install_directories.patch | |
parent | 7336aed1c1722594a8e8ead94d7d1fec8e578743 (diff) | |
download | tde-packaging-23921d42c670b601f623ddf441bdddde446ddefc.tar.gz tde-packaging-23921d42c670b601f623ddf441bdddde446ddefc.zip |
MGA2/MDV2012: add some applications ...
Diffstat (limited to 'redhat/applications/kbfx/kbfx-3.5.13-fix_install_directories.patch')
-rw-r--r-- | redhat/applications/kbfx/kbfx-3.5.13-fix_install_directories.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/redhat/applications/kbfx/kbfx-3.5.13-fix_install_directories.patch b/redhat/applications/kbfx/kbfx-3.5.13-fix_install_directories.patch new file mode 100644 index 000000000..43ec3a0ed --- /dev/null +++ b/redhat/applications/kbfx/kbfx-3.5.13-fix_install_directories.patch @@ -0,0 +1,8 @@ +--- kbfx/doc/CMakeLists.txt.ORI 2012-08-04 18:33:25.916251160 +0200 ++++ kbfx/doc/CMakeLists.txt 2012-08-04 18:33:49.658779402 +0200 +@@ -14,4 +14,4 @@ + ) + + INSTALL(FILES ${DOCFILES} +- DESTINATION ${SHARE_INSTALL_PREFIX}/doc/kbfx) ++ DESTINATION ${DOC_INSTALL_DIR}/kbfx) |