wichtounet / budgetwarrior

Personal finance manager, command-line interface, in C++
MIT License
112 stars 16 forks source link

No such file or directory "bash_completion.d" #8

Closed ferologics closed 6 years ago

ferologics commented 6 years ago

The bash completion install directory does not exist on macOS at it's specified path /etc/bash_completion.d. It lives in /usr/local/etc/bash_completion.d/

👉 The final install path should then be $(prefix)/etc/bash_completion.d/budget.

wichtounet commented 6 years ago

I merged #6, can you confirm if this is fixed ?