From 667c06d4482b1244f515a0cf5a926f20c60e2d27 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 3 Sep 2007 15:36:11 +0000 Subject: (easy_add_callback) move a comment where appropriate --- Rpmdrake/edit_urpm_sources.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rpmdrake') diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm index 8524c8aa..9073815e 100755 --- a/Rpmdrake/edit_urpm_sources.pm +++ b/Rpmdrake/edit_urpm_sources.pm @@ -96,8 +96,8 @@ sub remove_row { } sub easy_add_callback() { - #- cooker and community don't have update sources $urpm ||= urpm->new; # when called on early init by rpmdrake + #- cooker and community don't have update sources my $arch = arch(); $arch = 'i586' if $arch =~ /^i.86$/; my $want_base_distro = distro_type(0) eq 'updates' ? interactive_msg( -- cgit v1.2.1