always use /usr/share/ for wayland-sessions

This commit is contained in:
vaxerski 2022-08-22 14:46:53 +02:00
parent d0ec2b72ae
commit 8b39a1cf9b
1 changed files with 2 additions and 2 deletions

View File

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