[QGIS Commit] r8254 - in trunk/qgis/python/plugins: mapserver_export plugin_installer

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Mar 19 19:30:22 EDT 2008


Author: jef
Date: 2008-03-19 19:30:21 -0400 (Wed, 19 Mar 2008)
New Revision: 8254

Modified:
   trunk/qgis/python/plugins/mapserver_export/CMakeLists.txt
   trunk/qgis/python/plugins/plugin_installer/CMakeLists.txt
Log:
fix for #849

Modified: trunk/qgis/python/plugins/mapserver_export/CMakeLists.txt
===================================================================
--- trunk/qgis/python/plugins/mapserver_export/CMakeLists.txt	2008-03-19 20:07:06 UTC (rev 8253)
+++ trunk/qgis/python/plugins/mapserver_export/CMakeLists.txt	2008-03-19 23:30:21 UTC (rev 8254)
@@ -10,4 +10,4 @@
 ui_mapserverexport.py
 )
 
-INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/qgis/python/plugins/mapserver_export)
+INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${DEFAULT_DATA_SUBDIR}/python/plugins/mapserver_export)

Modified: trunk/qgis/python/plugins/plugin_installer/CMakeLists.txt
===================================================================
--- trunk/qgis/python/plugins/plugin_installer/CMakeLists.txt	2008-03-19 20:07:06 UTC (rev 8253)
+++ trunk/qgis/python/plugins/plugin_installer/CMakeLists.txt	2008-03-19 23:30:21 UTC (rev 8254)
@@ -11,4 +11,4 @@
 repository_ui.py
 repository_dialog.py
 )
-INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/qgis/python/plugins/plugin_installer)
+INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${DEFAULT_DATA_SUBDIR}/python/plugins/plugin_installer)



More information about the QGIS-commit mailing list