14
0
mirror of https://github.com/belluzj/fantasque-sans.git synced 2024-12-22 15:31:31 +01:00

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

This commit is contained in:
eksperimental 2015-03-17 13:48:30 +07:00
parent 85142fe58e
commit 58135f6af6

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