Browse Source

feeds: restore previously active feed after install_package(), fixes install all case for packages with inter-feed dependencies

SVN-Revision: 23171
Jo-Philipp Wich 15 years ago
parent
commit
adcfdc46e0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts/feeds

+ 1 - 0
scripts/feeds

@@ -402,6 +402,7 @@ sub install {
 					next if $p->{vdepends};
 					if( $p->{name} ) {
 						install_package($feed, $p->{name}) == 0 or $ret = 1;
+						get_feed($f->[1]);
 					}
 				}
 			}