mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 15:33:16 +01:00
fix install path
This commit is contained in:
parent
4b8349e4c6
commit
bebacdaf94
@ -70,7 +70,7 @@ if (POD2MAN)
|
||||
COMMAND ${POD2MAN} -u --section=1 --release=${ENCFS_VERSION} --center=${ENCFS_NAME}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}//encfsctl.pod encfsctl.1)
|
||||
|
||||
install (FILES ${CMAKE_BINARY_DIR}/encfs.1 ${CMAKE_BINARY_DIR}/encfsctl.1
|
||||
install (FILES ${CMAKE_CURRENT_BINARY_DIR}/encfs.1 ${CMAKE_CURRENT_BINARY_DIR}/encfsctl.1
|
||||
DESTINATION share/man/man1)
|
||||
endif (POD2MAN)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user