diff options
author | vaxerski <[email protected]> | 2023-09-28 22:13:21 +0100 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-09-28 22:13:21 +0100 |
commit | 3f09b14381e8b28dd2cc1d292763374f2d6c8484 (patch) | |
tree | 400c97aaeeb9565d8b8883046fd78597a43de78a /Makefile | |
parent | 453128ee0ef5414fc88845be06230deb908e63ce (diff) | |
download | Hyprland-3f09b14381e8b28dd2cc1d292763374f2d6c8484.tar.gz Hyprland-3f09b14381e8b28dd2cc1d292763374f2d6c8484.zip |
makefile: fixup permissions on installed binaries
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,6 +49,8 @@ install: mkdir -p ${PREFIX}/bin cp -f ./build/Hyprland ${PREFIX}/bin cp -f ./hyprctl/hyprctl ${PREFIX}/bin + chmod 711 ${PREFIX}/bin/Hyprland + chmod 711 ${PREFIX}/bin/hyprctl if [ ! -f ${PREFIX}/share/wayland-sessions/hyprland.desktop ]; then cp ./example/hyprland.desktop ${PREFIX}/share/wayland-sessions; fi mkdir -p ${PREFIX}/share/hyprland cp ./assets/wall_* ${PREFIX}/share/hyprland |