From aeff00ef479eb2f9ff26c98e119683c35e81378f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 25 Nov 2012 19:40:23 +0100 Subject: Fix cmake build: kopete_latexconvert.sh permissions --- kopete/plugins/latex/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- cgit v1.2.1