mirror of
https://github.com/tat3r/tdfiglet.git
synced 2024-11-14 04:06:45 +00:00
Fix typo
This commit is contained in:
parent
09fbef581e
commit
d6c3b0ca67
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user