Skip to content
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

Attempts to improve install path flexibility #17

Merged
merged 5 commits into from
Mar 10, 2024

Conversation

hamishcoleman
Copy link
Contributor

Hopefully addresses #14 and #15

This plumbs in the normal autoconf settings for the docdir and mandir.
These autoconf tools dont have an appropriate dir location for the
systemd unit files however (the libdir is intended for exec files, not
config files) so there is a new --with-systemddir=DIR option to set
that with some heuristics to set (hopefully) reasonable default dirs.

Addresses n42n#14 and n42n#15
@hamishcoleman hamishcoleman self-assigned this Mar 10, 2024
@codecov-commenter
Copy link

codecov-commenter commented Mar 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.80%. Comparing base (0f9cf6e) to head (ceb46d9).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
- Coverage   48.95%   43.80%   -5.15%     
==========================================
  Files          40       53      +13     
  Lines        6040     9254    +3214     
==========================================
+ Hits         2957     4054    +1097     
- Misses       3083     5200    +2117     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hamishcoleman hamishcoleman merged commit 6473b80 into n42n:main Mar 10, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants