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

cmake: use CMAKE_INSTALL_SYSCONFDIR #1119

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

vszakats
Copy link
Contributor

Replace ${CMAKE_INSTALL_PREFIX}/etc with
${CMAKE_INSTALL_SYSCONFDIR}.

It makes the install step honor the --prefix option.

Fixes #1118

Replace `${CMAKE_INSTALL_PREFIX}/etc` with
`${CMAKE_INSTALL_SYSCONFDIR}`.

It makes the install step honor the `--prefix` option.

Fixes libressl#1118
botovq added a commit that referenced this pull request Oct 29, 2024
@botovq botovq merged commit 1b2c793 into libressl:master Oct 29, 2024
47 checks passed
@botovq
Copy link
Contributor

botovq commented Oct 29, 2024 via email

@vszakats vszakats deleted the cm-use-sysconfdir branch October 29, 2024 15:14
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.

cmake: install --prefix is ignored for /etc/ssl/ files
2 participants