mirror of
https://github.com/ekaaty/ca-certificates-brazil.git
synced 2025-12-06 01:22:38 -03:00
Fix documentation path
This commit is contained in:
@@ -132,7 +132,7 @@ install(
|
|||||||
${CMAKE_INSTALL_PREFIX}/${CACERT_INSTALL_DIR}
|
${CMAKE_INSTALL_PREFIX}/${CACERT_INSTALL_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
set(DOCS_INSTALL_DIR "share/doc/${PROJECT}")
|
set(DOCS_INSTALL_DIR "share/doc/${PROJECT_NAME}")
|
||||||
install(
|
install(
|
||||||
FILES
|
FILES
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/LICENSE
|
${CMAKE_CURRENT_SOURCE_DIR}/LICENSE
|
||||||
|
|||||||
@@ -43,9 +43,9 @@ chain, supervise and audit the processes.
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc %{_datadir}/doc/*.pdf
|
%doc %{_datadir}/doc/%{name}/*.pdf
|
||||||
%doc %{_datadir}/doc/README.md
|
%doc %{_datadir}/doc/%{name}/README.md
|
||||||
%license %{_datadir}/doc/LICENSE
|
%license %{_datadir}/doc/%{name}/LICENSE
|
||||||
%{_datadir}/pki/ca-trust-source/anchors/isrg-root-x2.crt
|
%{_datadir}/pki/ca-trust-source/anchors/isrg-root-x2.crt
|
||||||
%{_datadir}/pki/ca-trust-source/anchors/lets-encrypt-ca-bundle.crt
|
%{_datadir}/pki/ca-trust-source/anchors/lets-encrypt-ca-bundle.crt
|
||||||
%{_datadir}/pki/ca-trust-source/anchors/icp-brasil-ca-bundle.crt
|
%{_datadir}/pki/ca-trust-source/anchors/icp-brasil-ca-bundle.crt
|
||||||
|
|||||||
Reference in New Issue
Block a user