`make install` will fail if ~/.fonts does not exist

pull/41/head
eksperimental 2015-03-17 13:48:30 +07:00
parent 85142fe58e
commit 58135f6af6
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ $(CSS_FILE): $(CSS_FRAGMENTS)
install: $(INSTALLED_TTF_FILES)
$(INSTALLED_TTF_FILES): $(TTF_FILES)
mkdir -p ~/.fonts/
cp $^ ~/.fonts/
fc-cache -f