From 08192cf336b297156b962b783ce93ce0a5e4aecb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 28 Feb 2021 00:50:58 -0500 Subject: don't install local machine config as root --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 34242ba..406ce66 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,9 @@ INTO := $(HOME) all : build +ifneq ($(USER), 'root') include Makefile.$(shell hostname | cut -d. -f1) +endif INSTALL := \ $(INSTALL) \ -- cgit v1.2.3-54-g00ecf