mirror of
https://github.com/hyprwm/hypridle.git
synced 2024-12-22 13:39:47 +01:00
CMake: typo fix hyprlock->hypridle (#82)
This commit is contained in:
parent
f84c2d7981
commit
96d51ec2a7
1 changed files with 1 additions and 1 deletions
|
@ -96,4 +96,4 @@ install(FILES ${CMAKE_BINARY_DIR}/systemd/hypridle.service
|
||||||
install(
|
install(
|
||||||
FILES ${CMAKE_SOURCE_DIR}/assets/example.conf
|
FILES ${CMAKE_SOURCE_DIR}/assets/example.conf
|
||||||
DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/hypr
|
DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/hypr
|
||||||
RENAME hyprlock.conf)
|
RENAME hypridle.conf)
|
||||||
|
|
Loading…
Reference in a new issue