1
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2025-07-25 17:21:54 -07:00

makefile: fix wrong path in chmod

This commit is contained in:
vaxerski
2023-09-28 20:10:21 +01:00
parent d48c11cc3f
commit 1e513e25d5

@@ -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