makefile: fix wrong path in chmod

This commit is contained in:
vaxerski 2023-09-28 20:10:21 +01:00
parent d48c11cc3f
commit 1e513e25d5
1 changed files with 1 additions and 1 deletions

View File

@ -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