Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: don't hard-code absolute path name /etc
- this breaks packaging and installation into a prefix in general - there's a GNUInstallDirs variable for /etc, too Also, don't make this installation conditional on the existence of /etc. Whether or not that directory exists on a build system has no meaning for installation to a target system. This had a potential to break cross-compiling.
- Loading branch information