[scripts] feeds: restore previously active feed after install_package(), fixes instal...
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 2 Oct 2010 02:37:27 +0000 (02:37 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 2 Oct 2010 02:37:27 +0000 (02:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23171 3c298f89-4303-0410-b956-a3cf2f4a3e73

scripts/feeds

index 5e27487..43c5c6d 100755 (executable)
@@ -402,6 +402,7 @@ sub install {
                                        next if $p->{vdepends};
                                        if( $p->{name} ) {
                                                install_package($feed, $p->{name}) == 0 or $ret = 1;
                                        next if $p->{vdepends};
                                        if( $p->{name} ) {
                                                install_package($feed, $p->{name}) == 0 or $ret = 1;
+                                               get_feed($f->[1]);
                                        }
                                }
                        }
                                        }
                                }
                        }
This page took 0.027261 seconds and 4 git commands to generate.