aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
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 $@` > $@