Skip to content

Commit

Permalink
Change: Update GVMD_FEED_DIR to /var/lib/gvm/data-objects/gvmd/22.04
Browse files Browse the repository at this point in the history
Change the default of the data objects feed directory to
/var/lib/gvm/data-objects/gvmd/22.04 as discussed and specified.
  • Loading branch information
bjoernricks committed Apr 1, 2022
1 parent 7dfc62e commit 6aa4b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ if (NOT DATA_OBJECTS_FEED_DIR)
endif (NOT DATA_OBJECTS_FEED_DIR)

if (NOT GVMD_FEED_DIR)
set (GVMD_FEED_DIR "${DATA_OBJECTS_FEED_DIR}/gvmd")
set (GVMD_FEED_DIR "${DATA_OBJECTS_FEED_DIR}/gvmd/${GMP_VERSION_FEED}")
endif (NOT GVMD_FEED_DIR)

if (NOT GVM_ACCESS_KEY_DIR)
Expand Down

0 comments on commit 6aa4b2e

Please sign in to comment.