From a5089786a62855e3f584d09c0f1e14aaeff193e8 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Mon, 22 Jan 2024 19:28:32 -0500 Subject: Fix type in the makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a365d15..5aa48a8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ install: install -D -m 644 wlcustom.desktop /usr/share/wayland-sessions/wlcustom.desktop - install -m 755 /usr/bin/wlcustom-session + install -m 755 wlcustom-session /usr/bin/wlcustom-session -- cgit v1.2.3