Fixed dependency handling for feeds

SVN-Revision: 12615
v19.07.3_mercusys_ac12_duma
Steven Barth 16 years ago
parent efb4cebbc6
commit 551bee5fa6

@ -286,7 +286,7 @@ sub install_package {
};
# install all dependencies
foreach my $vpkg (@{$srcpackage{$src}}) {
foreach my $vpkg (@{$srcpackage{$src}}, $pkg) {
foreach my $dep (@{$vpkg->{depends}}, @{$vpkg->{builddepends}}) {
next if $dep =~ /@/;
$dep =~ s/^\+//;

Loading…
Cancel
Save