-
-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makefile: more general way to respect BINDIR #93
Conversation
I'm not familiar with this ".in" files concept here either. Is this supposed to be some recommended way of installing auxiliary files? Does the The idea of having a hardcoded path in btrbk.service is that you can simply copy the files from the project and use it (as long as you use the default paths of course). While this is very useful for the |
Being able to run |
I see your point of being able to just copy the files. It's a really neat and appreciated feature, keeps it dead simple. The reaction came as a result of BINDIR being used many places, but not for the systemd service. I would argue it's more intuitive that it's used everywhere. Here is an example of such |
What do you think about this one? As a way to clarify, maybe documenting the "use default paths" behavior could be clarifying for people looking at the code? |
I think the clean (and correct) way would be to have a ".in" file with I will clean that up on next release. Also I'm thinking of:
because
I'm leaving this pull request open as a reminder (no much free time to work on btrbk at the moment, I'm afraid) |
I support this approach. I updated my pull request and created some support for I would love to pipe the file directly to |
Thanks, the patch looks clean and usable this way. |
merged in: 16d73b4 |
This is more ideal in my opinion.
Glad for comments. I'm not familiar with .in files. Is there an other more appropriate way to do this?