Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[packaging] Fixup settings install
  • Loading branch information
neochapay committed Jun 15, 2020
1 parent 7683b8a commit 6e5f8aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Expand Up @@ -43,13 +43,13 @@ install(FILES ${SETTINGS_WALLPAPERPLUGIN}

file(GLOB SETTINGS_NOTIFICATIONSPLUGIN settings-plugins/notifications/*)
list(REMOVE_ITEM SETTINGS_NOTIFICATIONSPLUGIN notifications.json)
install(FILES ${SETTINGS_WALLPAPERPLUGIN}
install(FILES ${SETTINGS_NOTIFICATIONSPLUGIN}
DESTINATION
${CMAKE_INSTALL_DATAROOTDIR}/glacier-settings/qml/plugins/notifications)

file(GLOB SETTINGS_DESKTOPPLUGIN settings-plugins/desktop/*)
list(REMOVE_ITEM SETTINGS_DESKTOPPLUGIN desktop.json)
install(FILES ${SETTINGS_WALLPAPERPLUGIN}
install(FILES ${SETTINGS_DESKTOPPLUGIN}
DESTINATION
${CMAKE_INSTALL_DATAROOTDIR}/glacier-settings/qml/plugins/desktop)

Expand Down

0 comments on commit 6e5f8aa

Please sign in to comment.