From ec7fe7e3ac005d5db99a0c6fa2d5fe3d6bb7409f Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 11 Mar 2002 15:58:10 +0000 Subject: for updates, make tree as flat instead in order to see all packages. --- perl-install/install_steps_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index f801a6fde..7223ea47b 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -479,7 +479,7 @@ sub choosePackagesTree { ], state => { auto_deps => 1, - flat => 0, + flat => $limit_to_medium, }, }; -- cgit v1.2.1