diff options
Diffstat (limited to 'examples/p5solv')
-rwxr-xr-x | examples/p5solv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/p5solv b/examples/p5solv index 0a1dbb0..45debb1 100755 --- a/examples/p5solv +++ b/examples/p5solv @@ -256,6 +256,7 @@ sub add_ext { sub add_exts { my ($self) = @_; my $repodata = $self->{handle}->add_repodata(0); + $repodata->extend_to_repo(); $self->add_ext($repodata, 'deltainfo', 'DL'); $self->add_ext($repodata, 'filelists', 'FL'); $repodata->internalize(); |