Message ID | 1324507270-25272-2-git-send-email-wookey@wookware.org |
---|---|
State | Awaiting Upstream |
Headers | show |
diff --git a/lib/Sbuild/ResolverBase.pm b/lib/Sbuild/ResolverBase.pm index 8cb0c7d..c39f8df 100644 --- a/lib/Sbuild/ResolverBase.pm +++ b/lib/Sbuild/ResolverBase.pm @@ -219,11 +219,11 @@ sub update_archive { '/var/lib/apt/lists/' . $uri . $file], USER => 'root', PRIORITY => 0 }); - if ($?) { - $self->log("Failed to copy file from dummy archive to apt lists.\n"); - return 1; - } - } + if ($?) { + $self->log("Failed to copy file from dummy archive to apt lists.\n"); + return 1; + } + } $self->run_apt_command( { COMMAND => [$self->get_conf('APT_CACHE'), 'gencaches'],
From: Wookey <wookey@wookware.org> --- lib/Sbuild/ResolverBase.pm | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)