Skip to content

Commit fa925d0

Browse files
eustascopybara-github
authored andcommitted
fix man installation dir
PiperOrigin-RevId: 830898574
1 parent 8e4d912 commit fa925d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,11 +386,11 @@ endif() # BROTLI_BUNDLED_MODE
386386

387387
if (BROTLI_BUILD_TOOLS)
388388
install(FILES "docs/brotli.1"
389-
DESTINATION "${CMAKE_INSTALL_FULL_MANDIR}/man1")
389+
DESTINATION "${CMAKE_INSTALL_MANDIR}/man1")
390390
endif()
391391

392392
install(FILES docs/constants.h.3 docs/decode.h.3 docs/encode.h.3 docs/types.h.3
393-
DESTINATION "${CMAKE_INSTALL_FULL_MANDIR}/man3")
393+
DESTINATION "${CMAKE_INSTALL_MANDIR}/man3")
394394

395395
if (ENABLE_COVERAGE STREQUAL "yes")
396396
setup_target_for_coverage(coverage test coverage)

0 commit comments

Comments
 (0)