From f23455e592bca14e0abd9249de467cc71cd2850e Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Thu, 27 Apr 2023 14:56:43 +0100 Subject: [PATCH] makefile: use -f in copies to avoid errors on running hl --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 191588b5..6329470e 100644 --- a/Makefile +++ b/Makefile @@ -40,8 +40,8 @@ install: mkdir -p ${PREFIX}/share/wayland-sessions mkdir -p ${PREFIX}/bin - cp ./build/Hyprland ${PREFIX}/bin - cp ./hyprctl/hyprctl ${PREFIX}/bin + cp ./build/Hyprland ${PREFIX}/bin -f + cp ./hyprctl/hyprctl ${PREFIX}/bin -f if [ ! -f ${PREFIX}/share/wayland-sessions/hyprland.desktop ]; then cp ./example/hyprland.desktop ${PREFIX}/share/wayland-sessions; fi mkdir -p ${PREFIX}/share/hyprland cp ./assets/wall_2K.png ${PREFIX}/share/hyprland