Skip to content

Commit

Permalink
Change: Don't create runtime directory with make install #1824
Browse files Browse the repository at this point in the history
Merge pull request #1824 from Flowdalic/do-not-install-runtime-directory
  • Loading branch information
bjoernricks authored May 16, 2022
2 parents 4ad2491 + 734b596 commit 198c356
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,6 @@ add_subdirectory (doc)

install (DIRECTORY DESTINATION ${GVMD_STATE_DIR})

install (DIRECTORY DESTINATION ${GVMD_RUN_DIR})

install (FILES ${CMAKE_BINARY_DIR}/src/gvmd_log.conf
DESTINATION ${GVM_SYSCONF_DIR})

Expand Down

0 comments on commit 198c356

Please sign in to comment.