diff options
author | vaxerski <[email protected]> | 2023-09-28 20:10:21 +0100 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-09-28 20:10:21 +0100 |
commit | 1e513e25d5645260a2ebdfbe8dbf3b8df487339c (patch) | |
tree | 5194f857f3d26290810289dc01529e871ffa90c3 /Makefile | |
parent | d48c11cc3f12dc12315008b5574be6455238db7b (diff) | |
download | Hyprland-1e513e25d5645260a2ebdfbe8dbf3b8df487339c.tar.gz Hyprland-1e513e25d5645260a2ebdfbe8dbf3b8df487339c.zip |
makefile: fix wrong path in chmod
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ install: chmod -R 777 subprojects/wlroots $(MAKE) release $(MAKE) -C hyprctl all - chmod 711 ./build/hyprctl/hyprctl + chmod 711 ./hyprctl/hyprctl mkdir -p ${PREFIX}/share/wayland-sessions mkdir -p ${PREFIX}/bin |