From d6c3b0ca67a62d0f202eddef14d763a4f8cad747 Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Wed, 8 Aug 2018 10:01:04 -0400 Subject: [PATCH] Fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 62c5389..99d7a46 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ default: $(SRC) .PHONY: debug clean install install: - test -d $(FONTDIR) || mkdir -p $(PREFIX)/bin + test -d $(PREFIX)/bin || mkdir -p $(PREFIX)/bin cp $(PROG) $(PREFIX)/bin test -d $(FONTDIR) || mkdir -p $(FONTDIR) for i in $(FONTS) ; do cp -v $$i $(FONTDIR) ; done