mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-09 08:58:03 +02:00
cmake: fix permissions for directories by default
This commit is contained in:
parent
fe76c536a4
commit
de9f8dc983
1 changed files with 6 additions and 0 deletions
|
|
@ -604,6 +604,12 @@ else()
|
|||
message(STATUS "hyprpm is enabled (NO_HYPRPM not defined)")
|
||||
endif()
|
||||
|
||||
# Set proper permissions for directories, otherwise they could end up 700
|
||||
set(CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS
|
||||
OWNER_READ OWNER_WRITE OWNER_EXECUTE
|
||||
GROUP_READ GROUP_EXECUTE
|
||||
WORLD_READ WORLD_EXECUTE)
|
||||
|
||||
# binary and symlink
|
||||
install(TARGETS Hyprland)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue