1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2025-06-15 06:37:26 +02:00

Merge pull request #118 from julianaito/mandir

Use CMAKE_INSTALL_MANDIR
This commit is contained in:
Sirius Bakke 2020-12-30 00:27:15 +01:00 committed by GitHub
commit 320548e4e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,6 @@ if(UNIX AND NOT APPLE)
${CMAKE_BINARY_DIR}/fwb_ipt.1.gz
${CMAKE_BINARY_DIR}/fwb_pf.1.gz
${CMAKE_BINARY_DIR}/fwb_pix.1.gz
DESTINATION ${CMAKE_INSTALL_DATADIR}/man/man1)
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
endif(UNIX AND NOT APPLE)