From c6f5ba6238ee28bb1dbe793b1e7d20a9a953e264 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Tue, 2 Feb 2021 16:12:56 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=BE=20Print=20installtion=20directory?= =?UTF-8?q?=20in=20"make=20install"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8dd2aa7..7f2010d 100644 --- a/Makefile +++ b/Makefile @@ -31,13 +31,14 @@ SHELL:=/bin/bash install: themes/macOSBigSur - @echo "> Installing '$(theme)' cursors..." @if [[ $EUID -ne 0 ]]; then + @echo "> Installing '$(theme)' cursors inside $(local)/..." @mkdir -p $(local) @cp -r $(src) $(local_dest) && echo "> Installed!" @else + @echo "> Installing '$(theme)' cursors inside $(root)/..." @mkdir -p $(root) - @sudo cp -r $(src) $(root_dest) && echo "> Installed as root!" + @sudo cp -r $(src) $(root_dest) && echo "> Installed!" @fi uninstall: