hmngwy / jenny

A bash-based static blog generator
MIT License
94 stars 17 forks source link

PREFIX is not respected after installation #8

Closed KrzysiekJ closed 6 years ago

KrzysiekJ commented 6 years ago

After running make install PREFIX=~/.local, jenny still searches for some files in /usr/local. It seems that’s due to the fact that SHARE_DIR is hard-coded.

hmngwy commented 6 years ago

Thanks for reporting that. However, I’m a little busy right now, and maybe the next few months. A PR would be appreciated. :)

hmngwy commented 6 years ago

@KrzysiekJ can you check if 042d455 fixes it for you.

Update: that will be broken for a different reason, unless you're on macOS.

hmngwy commented 6 years ago

Try this commit instead: 09158c0

KrzysiekJ commented 6 years ago

Thank you, it looks it works now (though ultimately I used another static site generator for my case).

hmngwy commented 6 years ago

@KrzysiekJ that's all cool, thanks for reporting though, I appreciate that.