summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dac61fa..c19369c 100644
--- a/Makefile
+++ b/Makefile
@@ -17,4 +17,4 @@ webfonts:compile
@[ -x `which woff2_compress` ] && woff2_compress ${font}.ttf;
install: compile
- @install -D -m 0644 ${font}.ttf ${DESTDIR}/${fontpath}/$${font}.ttf;
+ @install -D -m 0644 ${font}.ttf ${DESTDIR}/${fontpath}/${font}.ttf;