diff options
author | Michael Schroeder <mls@suse.de> | 2011-03-16 15:43:30 +0100 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2011-03-16 15:43:30 +0100 |
commit | 599d0bd65d76938be2966da17983ee0e36a0fb5a (patch) | |
tree | 8b6724e1fba40418aac7f480fa2ed030c074db9a /examples/p5solv | |
parent | ac76b149f7950e0d9c187a53186a8d5c8d6cc534 (diff) | |
download | libsolv-599d0bd65d76938be2966da17983ee0e36a0fb5a.tar.gz libsolv-599d0bd65d76938be2966da17983ee0e36a0fb5a.tar.bz2 libsolv-599d0bd65d76938be2966da17983ee0e36a0fb5a.zip |
- finish rbsolv repository handling
Diffstat (limited to 'examples/p5solv')
-rwxr-xr-x | examples/p5solv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/p5solv b/examples/p5solv index a1bf8ad..2519d2d 100755 --- a/examples/p5solv +++ b/examples/p5solv @@ -185,7 +185,7 @@ sub writecachedrepo { die("internal error, cannot reload solv file\n") unless $self->{'handle'}->add_solv($f, $solv::Repo::SOLV_ADD_NO_STUBS); } else { $info->extend_to_repo(); - $info->read_solv_flags($f, $solv::Repo::REPO_EXTEND_SOLVABLES); + $info->add_solv($f, $solv::Repo::REPO_EXTEND_SOLVABLES); } solv::xfclose($f); } |