Closed DomT4 closed 8 years ago
Dominyk, thanks. I've been buried under a load of client work since these came in, and that continues until mid-January, but I will look at this (and presumably merge it) as soon as I can after that. I apologize for the delay!
No worries, Appreciate life likes to throw hecticness at people with a certain gleeful abandon, no rush :).
I think the last changed line in the diff should say $(bindir)/onetime
, actually? But I'll merge this first and then commit that change.
Thanks, @DomT4 !
Yeah, it certainly could have. Thanks for spotting & fixing that, and the merge. Appreciated!
Closes #11.
My spam filter caught your reply for some reason, hence the extreme delay between reporting this and offering a PR to fix it. This commit allows people to specify the prefix in a more regular way though, and creates the bin directory if it doesn't exist to avoid people having to manually create that themselves where it doesn't already exist.
With this merged in you would install with
make prefix=/example/prefix install
and to remove you would domake prefix=/example/prefix uninstall
.