sdushantha / fontpreview

Highly customizable and minimal font previewer written in bash
MIT License
909 stars 39 forks source link

Create directories on install #39

Closed tastytea closed 4 years ago

tastytea commented 4 years ago

$(DESTDIR)$(BINDIR) may not exist.

I ran into this while making an ebuild for Gentoo. The package is first installed into a clean DESTDIR before it is copied to the system.

sdushantha commented 4 years ago

@tastytea That looks good! I unfortunately am not able to test the code because currently do not have access to a linux machine, but from looking at the changes you have made, it seems like it works fine :)

Will merge right away!