From 26aafb0a11776b0be502ccbb735d77388259adf2 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Thu, 7 Apr 2022 18:57:48 +0200 Subject: [PATCH] Make the wayland-sessions dir in makefile install --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 648f666a..6328cfa4 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,7 @@ all: install: make all + mkdir -p /usr/share/wayland-sessions cp ./example/hyprland.desktop /usr/share/wayland-sessions/ cp ./build/Hyprland /usr/bin cp ./hyprctl/hyprctl /usr/bin