aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-09-28 20:10:21 +0100
committervaxerski <[email protected]>2023-09-28 20:10:21 +0100
commit1e513e25d5645260a2ebdfbe8dbf3b8df487339c (patch)
tree5194f857f3d26290810289dc01529e871ffa90c3 /Makefile
parentd48c11cc3f12dc12315008b5574be6455238db7b (diff)
downloadHyprland-1e513e25d5645260a2ebdfbe8dbf3b8df487339c.tar.gz
Hyprland-1e513e25d5645260a2ebdfbe8dbf3b8df487339c.zip
makefile: fix wrong path in chmod
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0f3fa398..64cb1518 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ install:
chmod -R 777 subprojects/wlroots
$(MAKE) release
$(MAKE) -C hyprctl all
- chmod 711 ./build/hyprctl/hyprctl
+ chmod 711 ./hyprctl/hyprctl
mkdir -p ${PREFIX}/share/wayland-sessions
mkdir -p ${PREFIX}/bin