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

avoid hardcoded folders when creating packages for distributions #34

Open
chivakker opened this issue Sep 13, 2018 · 0 comments
Open

avoid hardcoded folders when creating packages for distributions #34

chivakker opened this issue Sep 13, 2018 · 0 comments

Comments

@chivakker
Copy link

In particular this:

if("${os_name}" STREQUAL "clear-linux-os")
    # clear-linux-os distribution avoids /etc for distribution defaults.
    # Set this variable explicitly before including GNUInstallDirs.
    set(CMAKE_INSTALL_SYSCONFDIR "usr/share/defaults/etc")
endif()

If Clear-Linux is not setting SYSCONFDIR file a bug with them.

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

No branches or pull requests

1 participant