From 3f09b14381e8b28dd2cc1d292763374f2d6c8484 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Thu, 28 Sep 2023 22:13:21 +0100 Subject: [PATCH] makefile: fixup permissions on installed binaries --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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