summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanthosh Thottingal <santhosh.thottingal@gmail.com>2014-11-30 15:20:33 +0530
committerSanthosh Thottingal <santhosh.thottingal@gmail.com>2014-11-30 15:20:33 +0530
commit8fa90180075f3117f2651a2c18c541c27bce1ea1 (patch)
treefb242efe6ccf00d1099ac181be44240c878649d2
parentc2204a570f4c0abbf43a2a4944f9f89d51a5299d (diff)
downloadAnjaliOldLipi.git-8fa90180075f3117f2651a2c18c541c27bce1ea1.tar.gz
AnjaliOldLipi.git-8fa90180075f3117f2651a2c18c541c27bce1ea1.tar.xz
AnjaliOldLipi.git-8fa90180075f3117f2651a2c18c541c27bce1ea1.zip
Correct the install instruction
-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;