[Openvas-commits] r8708 - in trunk/gsa-desktop: . src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Aug 6 11:01:31 CEST 2010
Author: mwiegand
Date: 2010-08-06 11:01:27 +0200 (Fri, 06 Aug 2010)
New Revision: 8708
Modified:
trunk/gsa-desktop/ChangeLog
trunk/gsa-desktop/src/CMakeLists.txt
Log:
* src/CMakeLists.txt: Use correct list of generated translations for
installation.
Modified: trunk/gsa-desktop/ChangeLog
===================================================================
--- trunk/gsa-desktop/ChangeLog 2010-08-06 08:43:36 UTC (rev 8707)
+++ trunk/gsa-desktop/ChangeLog 2010-08-06 09:01:27 UTC (rev 8708)
@@ -1,5 +1,10 @@
2010-08-06 Michael Wiegand <michael.wiegand at greenbone.net>
+ * src/CMakeLists.txt: Use correct list of generated translations for
+ installation.
+
+2010-08-06 Michael Wiegand <michael.wiegand at greenbone.net>
+
Improved translation infrastructure.
* CMakeLists.txt: Set OPENVAS_TRANSLATIONS_DIR during configuration.
Modified: trunk/gsa-desktop/src/CMakeLists.txt
===================================================================
--- trunk/gsa-desktop/src/CMakeLists.txt 2010-08-06 08:43:36 UTC (rev 8707)
+++ trunk/gsa-desktop/src/CMakeLists.txt 2010-08-06 09:01:27 UTC (rev 8708)
@@ -213,15 +213,13 @@
configure_file (gsa_desktop_log_conf.cmake_in
"${CMAKE_CURRENT_SOURCE_DIR}/gsa-desktop_log.conf")
-file (GLOB TRANSLATION_FILES translations/gsa_desktop_*.qm)
-
install (TARGETS gsa-desktop
RUNTIME DESTINATION ${BINDIR})
install (FILES gsa-desktop_log.conf
DESTINATION ${OPENVAS_SYSCONF_DIR})
-install (FILES ${TRANSLATION_FILES}
+install (FILES ${gsa-desktop_TRANS_QM}
DESTINATION ${OPENVAS_TRANSLATIONS_DIR})
## End
More information about the Openvas-commits
mailing list