mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-11-23 21:14:24 +03:00
Merge pull request #1 from Euro20179/fix-make
fix: sudo used in makefile
This commit is contained in:
commit
ccd691a88b
6
Makefile
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user