aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-09-28 22:13:21 +0100
committervaxerski <[email protected]>2023-09-28 22:13:21 +0100
commit3f09b14381e8b28dd2cc1d292763374f2d6c8484 (patch)
tree400c97aaeeb9565d8b8883046fd78597a43de78a /Makefile
parent453128ee0ef5414fc88845be06230deb908e63ce (diff)
downloadHyprland-3f09b14381e8b28dd2cc1d292763374f2d6c8484.tar.gz
Hyprland-3f09b14381e8b28dd2cc1d292763374f2d6c8484.zip
makefile: fixup permissions on installed binaries
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 64cb1518..b980d561 100644
--- a/Makefile
+++ b/Makefile
@@ -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