diff options
author | Vaxry <[email protected]> | 2023-10-14 18:58:23 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2023-10-14 18:58:23 +0100 |
commit | 21b5cf402afb8a72ffbf12efdd0a0d46849d86dd (patch) | |
tree | e54bc2b9eab6355efc4872a0624cd0a79c4df4e8 /Makefile | |
parent | d4e4931008cc64e5b94a65c5e692ff9ed459280b (diff) | |
download | Hyprland-21b5cf402afb8a72ffbf12efdd0a0d46849d86dd.tar.gz Hyprland-21b5cf402afb8a72ffbf12efdd0a0d46849d86dd.zip |
makefile: warn users when doing sudo make install
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ all: install: @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}/bin |