mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 12:26:00 +01:00
makefile: warn users when doing sudo make install
This commit is contained in:
parent
d4e4931008
commit
21b5cf402a
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -32,6 +32,7 @@ all:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@if [ ! -d ./build/Hyprland ]; then echo -en "You need to run $(MAKE) all first.\n" && exit 1; fi
|
@if [ ! -d ./build/Hyprland ]; then echo -en "You need to run $(MAKE) all first.\n" && exit 1; fi
|
||||||
|
@echo -en "!NOTE: Please note make install does not compile Hyprland and only installs the already built files."
|
||||||
|
|
||||||
mkdir -p ${PREFIX}/share/wayland-sessions
|
mkdir -p ${PREFIX}/share/wayland-sessions
|
||||||
mkdir -p ${PREFIX}/bin
|
mkdir -p ${PREFIX}/bin
|
||||||
|
|
Loading…
Reference in a new issue