mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
59c11b0f50
commit
46be62520e
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user