From 5723d74dab404932ee03038cec5e9a281cd4c8b3 Mon Sep 17 00:00:00 2001 From: Euro20179 Date: Thu, 24 Mar 2022 11:48:56 -0700 Subject: [PATCH] fix: sudo used in makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b4a1e6b4..648f666a 100644 --- a/Makefile +++ b/Makefile @@ -69,8 +69,8 @@ all: install: make all - sudo cp ./example/hyprland.desktop /usr/share/wayland-sessions/ - sudo cp ./build/Hyprland /usr/bin - sudo cp ./hyprctl/hyprctl /usr/bin + cp ./example/hyprland.desktop /usr/share/wayland-sessions/ + cp ./build/Hyprland /usr/bin + cp ./hyprctl/hyprctl /usr/bin config: xdg-shell-protocol.o wlr-layer-shell-unstable-v1-protocol.o wlr-screencopy-unstable-v1-protocol.o idle-protocol.o