From 8fa90180075f3117f2651a2c18c541c27bce1ea1 Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Sun, 30 Nov 2014 15:20:33 +0530 Subject: Correct the install instruction --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit