Skip to content

Commit 70edae8

Browse files
author
wonder
committed
Correct fix for #849. Use actual installation directory, not just default directory.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8316 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a448d95 commit 70edae8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/plugins/mapserver_export/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ resources.py
1010
ui_mapserverexport.py
1111
)
1212

13-
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${DEFAULT_DATA_SUBDIR}/python/plugins/mapserver_export)
13+
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/mapserver_export)

python/plugins/plugin_installer/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ resources.py
1111
repository_ui.py
1212
repository_dialog.py
1313
)
14-
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${DEFAULT_DATA_SUBDIR}/python/plugins/plugin_installer)
14+
INSTALL(FILES ${INSTALLER_FILES} DESTINATION ${QGIS_DATA_DIR}/python/plugins/plugin_installer)

0 commit comments

Comments
 (0)