summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-11-25 19:40:23 +0100
committerSlávek Banko <slavek.banko@axis.cz>2012-11-26 01:11:14 +0100
commit9c108ba7b3b889d9e319ea54d8709ed94ced04a1 (patch)
treee57925d72e0d4606b2c83c4ed7bd870be7a6d11a
parent419c66fe1b071e9f484dd1d2fd3f50c67238dc31 (diff)
downloadtdenetwork-9c108ba7b3b889d9e319ea54d8709ed94ced04a1.tar.gz
tdenetwork-9c108ba7b3b889d9e319ea54d8709ed94ced04a1.zip
Fix cmake build: kopete_latexconvert.sh permissions
(cherry picked from commit aeff00ef479eb2f9ff26c98e119683c35e81378f)
-rw-r--r--kopete/plugins/latex/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/plugins/latex/CMakeLists.txt b/kopete/plugins/latex/CMakeLists.txt
index 18433acd..d1739d2d 100644
--- a/kopete/plugins/latex/CMakeLists.txt
+++ b/kopete/plugins/latex/CMakeLists.txt
@@ -28,7 +28,7 @@ link_directories(
install( FILES kopete_latex.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES kopete_latex_config.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kconfiguredialog )
-install( FILES kopete_latexconvert.sh DESTINATION ${BIN_INSTALL_DIR} )
+install( PROGRAMS kopete_latexconvert.sh DESTINATION ${BIN_INSTALL_DIR} )
install( FILES latexconfig.kcfg DESTINATION ${KCFG_INSTALL_DIR} )
install( FILES latexchatui.rc DESTINATION ${DATA_INSTALL_DIR}/kopete_latex )