mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 07:26:00 +01:00
fix: sudo used in makefile
This commit is contained in:
parent
5d93fdfd8f
commit
5723d74dab
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -69,8 +69,8 @@ all:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
make all
|
make all
|
||||||
sudo cp ./example/hyprland.desktop /usr/share/wayland-sessions/
|
cp ./example/hyprland.desktop /usr/share/wayland-sessions/
|
||||||
sudo cp ./build/Hyprland /usr/bin
|
cp ./build/Hyprland /usr/bin
|
||||||
sudo cp ./hyprctl/hyprctl /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
|
config: xdg-shell-protocol.o wlr-layer-shell-unstable-v1-protocol.o wlr-screencopy-unstable-v1-protocol.o idle-protocol.o
|
||||||
|
|
Loading…
Reference in a new issue