From 7b431f2762b8930afd0825ece4e0a3a8aa2947b1 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Sat, 14 Aug 2010 14:50:00 +0200 Subject: [PATCH] typo fixed --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.17.1