fix install path for phonon platform plugin

${PLUGIN_INSTALL_DIR} already contains /plugins so appending it again
leads to a double subdir

REVIEW: 118662
wilder-5.14
Harald Sitter 12 years ago
parent 5c906d7314
commit 6099e02691
  1. 2
      phonon/platform_kde/CMakeLists.txt

@ -18,6 +18,6 @@ if(NOT WIN32)
)
endif()
install(TARGETS kde DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/phonon_platform)
install(TARGETS kde DESTINATION ${PLUGIN_INSTALL_DIR}/phonon_platform)
install(FILES phonon.notifyrc DESTINATION ${KNOTIFYRC_INSTALL_DIR})
install(FILES phononbackend.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR})

Loading…
Cancel
Save