aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2017-02-02 16:42:09 -0500
committerRyan Kavanagh <rak@debian.org>2017-02-02 16:42:09 -0500
commitb34c43414052f570536ddf1e25cf92dce8e04fe8 (patch)
treef3b104841d0e7d33656cc7867acb9114842bee8c /Makefile
parentAlso be careful of fc-cache (diff)
But really...
Diffstat (limited to 'Makefile')
-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 $@` > $@