# # # patch "options_list.hh" # from [fa4f0a044e96e403f838eba547e1a1d83219071c] # to [0ab9a475a43b8489d4a30e5770d4f24ebdb9ddc0] # ============================================================ --- options_list.hh fa4f0a044e96e403f838eba547e1a1d83219071c +++ options_list.hh 0ab9a475a43b8489d4a30e5770d4f24ebdb9ddc0 @@ -412,8 +412,10 @@ GROUPED_SIMPLE_OPTION(globals, key, "key gettext_noop("sets the key for signatures, using either the key " "name or the key hash")) -GROUPED_SIMPLE_OPTION(globals, key_dir, "keydir", system_path, - gettext_noop("set location of key store")) +OPTSET_REL(globals, key_dir) +SIMPLE_INITIALIZED_OPTION(key_dir, "keydir", system_path, + system_path(get_default_keydir(), origin::internal), + gettext_noop("set location of key store")) SIMPLE_OPTION(keys_to_push, "key-to-push", std::vector, gettext_noop("push the specified key even if it hasn't signed anything"))