hermit icon indicating copy to clipboard operation
hermit copied to clipboard

make doesn't install the fonts

Open rshopnil opened this issue 5 years ago • 1 comments

I've downloaded the repo using git clone and used make to install the fonts. However, I'm getting this error

cp: cannot stat 'Hermit*.otf': No such file or directory make: *** [Makefile:13: install] Error 1

After inspection, I see there're no .otf files present inside the project directory. How do I solve this issue?

rshopnil avatar Oct 24 '19 20:10 rshopnil

That's right, the Makefile is completely outdated. otf files are inside the packages folder.

pcaro90 avatar Aug 17 '20 09:08 pcaro90