Skip to content

Commit ebc7f58

Browse files
committed
Don't use absolte path for install directory.
1 parent 8ae4829 commit ebc7f58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ if(NOT DEFINED MAN_DIR)
1010
endif(NOT DEFINED MAN_DIR)
1111

1212
IF(NOT WIN32)
13-
INSTALL(FILES ${scl_MANS} DESTINATION ${CMAKE_INSTALL_PREFIX}/${MAN_DIR}/man1)
13+
INSTALL(FILES ${scl_MANS} DESTINATION ${MAN_DIR}/man1)
1414
ENDIF(NOT WIN32)

0 commit comments

Comments
 (0)