diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-06-24 23:53:16 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-06-24 23:53:16 +0200 |
commit | b8d388fe022b40d1fa7f8c9340c66e8b4757ba6f (patch) | |
tree | 40bafb72f8c715d58d60645e5e6a65c591b59ab5 | |
parent | e66631bf7a64551a5fefdf112dff24a6768c9ca7 (diff) | |
parent | c307d59ee771e41fc71d3b8398bef03a879747de (diff) | |
download | ayatana-indicator-keyboard-b8d388fe022b40d1fa7f8c9340c66e8b4757ba6f.tar.gz ayatana-indicator-keyboard-b8d388fe022b40d1fa7f8c9340c66e8b4757ba6f.tar.bz2 ayatana-indicator-keyboard-b8d388fe022b40d1fa7f8c9340c66e8b4757ba6f.zip |
Merge branch 'Ionic-bugfix/create-dir-before-symlink'
Attributes GH PR #34: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/34
-rw-r--r-- | data/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 67c531ff..39bd0458 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -42,6 +42,7 @@ install (DIRECTORY icons/scalable DESTINATION "${ICON_DIR}" FILES_MATCHING PATTE # org.ayatana.indicator.keyboard.AccountsService.xml install(FILES org.ayatana.indicator.keyboard.AccountsService.xml DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/dbus-1/interfaces") +install(DIRECTORY DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}/accountsservice/interfaces/") install(CODE "message(STATUS \"Symlinking: \$ENV{DESTDIR}${CMAKE_INSTALL_FULL_DATADIR}/accountsservice/interfaces/org.ayatana.indicator.keyboard.AccountsService.xml\")") install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink ../../dbus-1/interfaces/org.ayatana.indicator.keyboard.AccountsService.xml \$ENV{DESTDIR}${CMAKE_INSTALL_FULL_DATADIR}/accountsservice/interfaces/org.ayatana.indicator.keyboard.AccountsService.xml)") |