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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Apr 3 17:47:15 EDT 2008


Author: wonder
Date: 2008-04-03 17:47:15 -0400 (Thu, 03 Apr 2008)
New Revision: 8316

Modified:
   trunk/qgis/python/plugins/mapserver_export/CMakeLists.txt
   trunk/qgis/python/plugins/plugin_installer/CMakeLists.txt
Log:
Correct fix for #849. Use actual installation directory, not just default directory.


Modified: trunk/qgis/python/plugins/mapserver_export/CMakeLists.txt
===================================================================
--- trunk/qgis/python/plugins/mapserver_export/CMakeLists.txt	2008-04-03 13:06:32 UTC (rev 8315)
+++ trunk/qgis/python/plugins/mapserver_export/CMakeLists.txt	2008-04-03 21:47:15 UTC (rev 8316)
@@ -10,4 +10,4 @@
 ui_mapserverexport.py
 )
 
-INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${DEFAULT_DATA_SUBDIR}/python/plugins/mapserver_export)
+INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/mapserver_export)

Modified: trunk/qgis/python/plugins/plugin_installer/CMakeLists.txt
===================================================================
--- trunk/qgis/python/plugins/plugin_installer/CMakeLists.txt	2008-04-03 13:06:32 UTC (rev 8315)
+++ trunk/qgis/python/plugins/plugin_installer/CMakeLists.txt	2008-04-03 21:47:15 UTC (rev 8316)
@@ -11,4 +11,4 @@
 repository_ui.py
 repository_dialog.py
 )
-INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${DEFAULT_DATA_SUBDIR}/python/plugins/plugin_installer)
+INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/plugin_installer)



More information about the QGIS-commit mailing list