Correct fix for #849. Use actual installation directory, not just default directory.

git-svn-id: http://svn.osgeo.org/qgis/trunk@8316 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
wonder 2008-04-03 21:47:15 +00:00
parent 59c11b0f50
commit 46be62520e
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ resources.py
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)

View File

@ -11,4 +11,4 @@ resources.py
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)