diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2024-01-22 19:28:32 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2024-01-22 19:28:32 -0500 |
| commit | a5089786a62855e3f584d09c0f1e14aaeff193e8 (patch) | |
| tree | 6311982c582428cf889a552bd614622b8b608e80 /Makefile | |
| parent | 7e7c27b7b098a584ec8987c07d3531d0ae6ae4ca (diff) | |
| download | wlcustom-a5089786a62855e3f584d09c0f1e14aaeff193e8.tar.gz wlcustom-a5089786a62855e3f584d09c0f1e14aaeff193e8.tar.xz | |
Fix type in the makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
