diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2011-01-07 12:06:37 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2011-01-07 12:06:37 +0200 |
commit | b4f4e2255f3bf5a9c738f6d9d67f477f208fe04b (patch) | |
tree | af6cbfe3370f5265f1d091c86c308b45fc3afcbd /rpmkeys.c | |
parent | 599094e258fc69d76ef9291355850a10508acb3a (diff) | |
download | librpm-tizen-b4f4e2255f3bf5a9c738f6d9d67f477f208fe04b.tar.gz librpm-tizen-b4f4e2255f3bf5a9c738f6d9d67f477f208fe04b.tar.bz2 librpm-tizen-b4f4e2255f3bf5a9c738f6d9d67f477f208fe04b.zip |
Honor --root in rpmkeys too
Diffstat (limited to 'rpmkeys.c')
-rw-r--r-- | rpmkeys.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -60,6 +60,8 @@ int main(int argc, char *argv[]) if (mode != MODE_LISTKEY && args == NULL) argerror(_("no arguments given")); + rpmtsSetRootDir(ts, rpmcliRootDir); + switch (mode) { case MODE_CHECKSIG: ec = rpmcliVerifySignatures(ts, args); |