Skip to content

Commit

Permalink
CMake: remove erroneous addition to KOVRI_DATA_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
anonimal committed Feb 22, 2016
1 parent ee1d878 commit ab35c35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Expand Up @@ -211,7 +211,6 @@ add_subdirectory(src)

# Copy resources
if(WITH_BINARY)
file(MAKE_DIRECTORY "${KOVRI_DATA_DIR}/pkg/resources/certificates")
file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/pkg/resources/certificates" DESTINATION "${KOVRI_DATA_DIR}/resources/")
file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/pkg/resources/kovri.conf" DESTINATION "${KOVRI_DATA_DIR}/")
file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/pkg/resources/tunnels.cfg" DESTINATION "${KOVRI_DATA_DIR}/")
Expand Down

0 comments on commit ab35c35

Please sign in to comment.