Skip to content

Commit

Permalink
Install hawaii-notifications-daemon to bindir
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Mar 9, 2014
1 parent 634bee3 commit 8ef724f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/systemd/hawaii-notifications-daemon.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ After=hawaii.service
[Service]
Type=notify
NotifyAccess=main
ExecStart=@CMAKE_INSTALL_FULL_LIBEXECDIR@/hawaii-notifications-daemon
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/hawaii-notifications-daemon

[Install]
WantedBy=hawaii.target
3 changes: 2 additions & 1 deletion src/daemons/notifications/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ qt5_use_modules(hawaii-notifications-daemon DBus Quick)
set_target_properties(hawaii-notifications-daemon PROPERTIES LINK_FLAGS ${LINK_FLAGS})
target_link_libraries(hawaii-notifications-daemon ${LIBRARIES})

install(TARGETS hawaii-notifications-daemon DESTINATION ${CMAKE_INSTALL_LIBEXECDIR})
install(TARGETS hawaii-notifications-daemon
DESTINATION ${CMAKE_INSTALL_BINDIR})

0 comments on commit 8ef724f

Please sign in to comment.