This commit is contained in:
Ryan Steinmetz 2018-08-08 10:01:04 -04:00 committed by GitHub
parent 09fbef581e
commit d6c3b0ca67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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