aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-08-04 00:51:47 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-05 08:02:44 +0200
commitca5dc697b17b4cb724dc5b82fa8410621a74a11a (patch)
tree33ed3dab22eec187121d62b84ebc8af26ded667f /data
parent3161efa0cba1ef81e6e7814a81d9aac73823f609 (diff)
downloadayatana-indicator-sound-ca5dc697b17b4cb724dc5b82fa8410621a74a11a.tar.gz
ayatana-indicator-sound-ca5dc697b17b4cb724dc5b82fa8410621a74a11a.tar.bz2
ayatana-indicator-sound-ca5dc697b17b4cb724dc5b82fa8410621a74a11a.zip
Whitespace fix
Diffstat (limited to 'data')
-rw-r--r--data/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index ddfa2ad..2a1549b 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -81,13 +81,13 @@ set(DBUS_IFACE_DIR "${CMAKE_INSTALL_PREFIX}/share/dbus-1/interfaces")
set(ACCOUNTS_IFACE_DIR "${CMAKE_INSTALL_PREFIX}/share/accountsservice/interfaces")
install(FILES org.ayatana.indicator.sound.AccountsService.xml
- DESTINATION "${DBUS_IFACE_DIR}"
+ DESTINATION "${DBUS_IFACE_DIR}"
)
# Create accountsservice symlink for above dbus interface
install(CODE "
- execute_process(COMMAND mkdir -p \"\$ENV{DESTDIR}${ACCOUNTS_IFACE_DIR}\")
- execute_process(COMMAND ln -sf ../../dbus-1/interfaces/org.ayatana.indicator.sound.AccountsService.xml \"\$ENV{DESTDIR}${ACCOUNTS_IFACE_DIR}\")
+ execute_process(COMMAND mkdir -p \"\$ENV{DESTDIR}${ACCOUNTS_IFACE_DIR}\")
+ execute_process(COMMAND ln -sf ../../dbus-1/interfaces/org.ayatana.indicator.sound.AccountsService.xml \"\$ENV{DESTDIR}${ACCOUNTS_IFACE_DIR}\")
")
install(FILES org.ayatana.indicator.sound.AccountsService.policy
@@ -126,4 +126,4 @@ else()
install(FILES 50-org.ayatana.AccountsService.Sound.pkla
DESTINATION "${POLKIT_LIB_DIR}/localauthority/10-vendor.d"
)
-endif() \ No newline at end of file
+endif()