diff options
| author | Julian Andres Klode <jak@debian.org> | 2024-11-22 14:07:42 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2024-11-22 14:07:42 +0000 |
| commit | b3c8a3cbb0f51d9cf704ca6a1c050fb50a0fb22d (patch) | |
| tree | bb6f4b311745f5334d95e0d36c7a2f85384f0ee2 /doc/examples | |
| parent | dcb81196776f5c31063e5f57104b4b021f37aa00 (diff) | |
| parent | 8c760266c8c736bff62055c008ab74d78f3ed82a (diff) | |
Merge branch 'fix/warnings' into 'main'
Fix a small bunch of compile-time warnings
See merge request apt-team/apt!404
Diffstat (limited to 'doc/examples')
| -rw-r--r-- | doc/examples/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/CMakeLists.txt b/doc/examples/CMakeLists.txt index 8d9ea068f..be638d081 100644 --- a/doc/examples/CMakeLists.txt +++ b/doc/examples/CMakeLists.txt @@ -1,4 +1,4 @@ install(FILES apt.conf configure-index preferences DESTINATION ${CMAKE_INSTALL_DOCDIR}/examples) install(FILES apt-ftparchive.conf ftp-archive.conf - DESTINATION ${CMAKE_INSTALL_DOCDIR}/../apt-utils/examples) + DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/doc/apt-utils/examples) |
