From 8b39a1cf9b9781167b6fa2cd60a18b234def5eae Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Mon, 22 Aug 2022 14:46:53 +0200 Subject: [PATCH] always use /usr/share/ for wayland-sessions --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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