summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 406ce66..13748aa 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ INTO := $(HOME)
all : build
-ifneq ($(USER), 'root')
+ifneq ($(USER),root)
include Makefile.$(shell hostname | cut -d. -f1)
endif