summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanthosh Thottingal <santhosh.thottingal@gmail.com>2014-11-30 15:29:25 +0530
committerSanthosh Thottingal <santhosh.thottingal@gmail.com>2014-11-30 15:29:25 +0530
commit8e1e7c4e69ca4968c361c5863a99167f3a286c26 (patch)
tree228ab9c10725cc056944af8fbadf6d1081bb4221
parentd4ddeb1ccfe2040b690a4625a281bd3a369fff80 (diff)
downloadRachana.git-8e1e7c4e69ca4968c361c5863a99167f3a286c26.tar.gz
Rachana.git-8e1e7c4e69ca4968c361c5863a99167f3a286c26.tar.xz
Rachana.git-8e1e7c4e69ca4968c361c5863a99167f3a286c26.zip
Correct the install instruction
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f1f657..4c2e8d2 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;