Skip to content

Commit

Permalink
Merge pull request #226 from Paiusco/rename-ydotool-daemon-files
Browse files Browse the repository at this point in the history
Rename ydotool daemon service to ydotoold
  • Loading branch information
ReimuNotMoe authored Feb 26, 2024
2 parents abc386f + 8032a68 commit c07ae72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Daemon/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/ydotool.service.in"
"${PROJECT_BINARY_DIR}/ydotool.service"
"${CMAKE_CURRENT_SOURCE_DIR}/ydotoold.service.in"
"${PROJECT_BINARY_DIR}/ydotoold.service"
@ONLY)
install(FILES "${PROJECT_BINARY_DIR}/ydotool.service" DESTINATION ${SD_UNITDIR})
install(FILES "${PROJECT_BINARY_DIR}/ydotoold.service" DESTINATION ${SD_UNITDIR})
File renamed without changes.
File renamed without changes.

0 comments on commit c07ae72

Please sign in to comment.