parent
d014edcb1c
commit
60b80fa6df
@ -418,6 +418,10 @@ fn configure(opts: options) -> cargo {
|
||||
|
||||
if c.pgp {
|
||||
pgp::init(c.root);
|
||||
} else {
|
||||
warn("command \"gpg\" is not found");
|
||||
warn("you have to install \"gpg\" from source " +
|
||||
" or package manager to get it to work correctly");
|
||||
}
|
||||
|
||||
c
|
||||
|
Loading…
Reference in New Issue
Block a user