install build-depends packages as well

SVN-Revision: 10793
master
Nicolas Thill 17 years ago
parent a8761e71b7
commit 4e319c572f
  1. 2
      scripts/feeds

@ -265,7 +265,7 @@ sub install_package {
$installed{$src} and return 0;
# install all dependencies
foreach my $dep (@{$pkg->{depends}}) {
foreach my $dep (@{$pkg->{depends}}, @{$pkg->{builddepends}}) {
next if $dep =~ /@/;
$dep =~ s/^\+//;
install_package($feed, $dep) == 0 or $ret = 1;

Loading…
Cancel
Save