Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`share/${GROONGA_NORMALIZER_MYSQL_PROJECT_NAME}` is shown `share/groonga-normalizer-mysql`. Thus, `README.md` and `doc/text/lgpl-2.0.txt`are installed in `share/groonga-normalizer-mysql/`. However, these files are installed `share/doc/groonga-normalizer-mysql/` for RPM packages. See: https://github.com/groonga/groonga-normalizer-mysql/blob/main/packages/yum/groonga-normalizer-mysql.spec.in#L59C1-L59C42 I change destination path `share/groonga-normalizer-mysql` to `share/doc/groonga-normalizer-mysql`. --- https://github.com/groonga/groonga-normalizer-mysql/blob/main/CMakeLists.txt#L97 is defined `DESTINATION "${CMAKE_LIBDIR}/pkgconfig/"`. However, `CMAKE_LIBDIR` is not definition. (Probably, `CMAKE_LIBDIR` is null.) Thus, `groonga-normalizer-mysql.pc` is installed to `pkgconfig/`. This install path is not expected. I change destination path `pkgconfig/` to `usr/lib64(or lib)/pkgconfig`.
- Loading branch information