aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2024-01-22 19:28:32 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2024-01-22 19:28:32 -0500
commita5089786a62855e3f584d09c0f1e14aaeff193e8 (patch)
tree6311982c582428cf889a552bd614622b8b608e80 /Makefile
parent7e7c27b7b098a584ec8987c07d3531d0ae6ae4ca (diff)
downloadwlcustom-a5089786a62855e3f584d09c0f1e14aaeff193e8.tar.gz
wlcustom-a5089786a62855e3f584d09c0f1e14aaeff193e8.tar.xz
Fix type in the makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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