diff options
-rw-r--r-- | URPM.xs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3722,7 +3722,7 @@ Urpm_verify_rpm(filename, ...) } else { read_config_files(0); ts = rpmtsCreate(); - rpmtsSetRootDir(ts, "/"); + rpmtsSetRootDir(ts, NULL); rpmtsOpenDB(ts, O_RDONLY); if (rpmVerifySignatures(&qva, ts, fd, filename)) { RETVAL = 0; |