Fixed dependency handling for feeds
SVN-Revision: 12615
This commit is contained in:
parent
efb4cebbc6
commit
551bee5fa6
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ sub install_package {
|
||||||
};
|
};
|
||||||
|
|
||||||
# install all dependencies
|
# install all dependencies
|
||||||
foreach my $vpkg (@{$srcpackage{$src}}) {
|
foreach my $vpkg (@{$srcpackage{$src}}, $pkg) {
|
||||||
foreach my $dep (@{$vpkg->{depends}}, @{$vpkg->{builddepends}}) {
|
foreach my $dep (@{$vpkg->{depends}}, @{$vpkg->{builddepends}}) {
|
||||||
next if $dep =~ /@/;
|
next if $dep =~ /@/;
|
||||||
$dep =~ s/^\+//;
|
$dep =~ s/^\+//;
|
||||||
|
|
Loading…
Reference in a new issue