diff --git a/Makefile b/Makefile index 17163df4..6ebd3bd3 100644 --- a/Makefile +++ b/Makefile @@ -126,8 +126,8 @@ install: make release cd hyprctl && make all && cd .. - mkdir -p ${PREFIX}/share/wayland-sessions - cp ./example/hyprland.desktop ${PREFIX}/share/wayland-sessions/ + mkdir -p /usr/share/wayland-sessions + cp ./example/hyprland.desktop /usr/share/wayland-sessions/ mkdir -p ${PREFIX}/bin cp ./build/Hyprland ${PREFIX}/bin cp ./hyprctl/hyprctl ${PREFIX}/bin