From: Matteo Nastasi Date: Sat, 14 Aug 2010 12:50:00 +0000 (+0200) Subject: typo fixed X-Git-Tag: 0.10.0 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=metatemplate.git;a=commitdiff_plain;h=7b431f2762b8930afd0825ece4e0a3a8aa2947b1 typo fixed --- diff --git a/makefile b/makefile index cde4d02..cb4ae03 100644 --- a/makefile +++ b/makefile @@ -15,7 +15,7 @@ metatemplate.1.gz: metatemplate.1 install: $(EXE) $(MAN) cp $(EXE) /usr/local/bin - test -d /usr/local/man/man1 || mkdir -p /usr/local/man/man1 + test -d /usr/local/man/man1 || mkdir -p /usr/local/man/man1 cp $(MAN) /usr/local/man/man1 test: