diff options
author | Ryan Kavanagh <rak@debian.org> | 2017-02-02 16:42:09 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2017-02-02 16:42:09 -0500 |
commit | b34c43414052f570536ddf1e25cf92dce8e04fe8 (patch) | |
tree | f3b104841d0e7d33656cc7867acb9114842bee8c /Makefile | |
parent | Also be careful of fc-cache (diff) |
But really...
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@` > $@ |