From b34c43414052f570536ddf1e25cf92dce8e04fe8 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 2 Feb 2017 16:42:09 -0500 Subject: But really... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5a3e8f2..387ebfa 100755 --- a/Makefile +++ b/Makefile @@ -170,7 +170,7 @@ install: build rsync -a build/ ~ chmod 600 ~/.msmtprc ~/.netrc ~/.ssh/id_* chmod 700 ~/.ssh - -[ "$(BUILD_FONTS)" != True ] || fc-cache ~/.fonts + -[ "$(BUILD_FONTS)" != "True" ] || fc-cache ~/.fonts sha256sums: .git/refs/heads/$(CURRENT_BRANCH) $(SHA256) `git ls-files | grep -v $@` > $@ -- cgit v1.2.3