diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-09-03 17:20:13 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-09-03 17:20:41 -0400 |
commit | f43df773c3d4561a396e2d27a0428665fbd84b97 (patch) | |
tree | 9d9499bfcbb37cf224421a2e909233100e3febd9 /Makefile | |
parent | Added insteadOf Git entries to use ssh for alioth (diff) |
Don't fail on missing fc-cache
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ install: build rsync -a build/ ~ chmod 600 ~/.msmtprc ~/.netrc ~/.ssh/id_* chmod 700 ~/.ssh - fc-cache ~/.fonts + -fc-cache ~/.fonts sha256sums: .git/refs/heads/$(CURRENT_BRANCH) $(SHA256) `git ls-files | grep -v $@` > $@ |