Merge pull request #1 from Euro20179/fix-make

fix: sudo used in makefile
This commit is contained in:
vaxerski 2022-03-24 20:29:43 +01:00 committed by GitHub
commit ccd691a88b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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