diff options
| author | Ryan Kavanagh <rak@debian.org> | 2017-02-02 16:41:33 -0500 |
|---|---|---|
| committer | Ryan Kavanagh <rak@debian.org> | 2017-02-02 16:41:33 -0500 |
| commit | a9a58d3a0fb60a9c9d0392aa162e92806ab909a0 (patch) | |
| tree | 24729d5968c4c27505918715222eec9be4cfa9dd | |
| parent | Make font building toggleable (diff) | |
Also be careful of fc-cache
Diffstat (limited to '')
| -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 - -fc-cache ~/.fonts + -[ "$(BUILD_FONTS)" != True ] || fc-cache ~/.fonts sha256sums: .git/refs/heads/$(CURRENT_BRANCH) $(SHA256) `git ls-files | grep -v $@` > $@ |
