diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-09-03 15:36:11 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-09-03 15:36:11 +0000 |
commit | 667c06d4482b1244f515a0cf5a926f20c60e2d27 (patch) | |
tree | 9e8616515737c6c67a814b7eeda58c60eaf42d29 /Rpmdrake/edit_urpm_sources.pm | |
parent | 6513e9e38fe23e86816069532b72a22d10b7779d (diff) | |
download | rpmdrake-667c06d4482b1244f515a0cf5a926f20c60e2d27.tar rpmdrake-667c06d4482b1244f515a0cf5a926f20c60e2d27.tar.gz rpmdrake-667c06d4482b1244f515a0cf5a926f20c60e2d27.tar.bz2 rpmdrake-667c06d4482b1244f515a0cf5a926f20c60e2d27.tar.xz rpmdrake-667c06d4482b1244f515a0cf5a926f20c60e2d27.zip |
(easy_add_callback) move a comment where appropriate
Diffstat (limited to 'Rpmdrake/edit_urpm_sources.pm')
-rwxr-xr-x | Rpmdrake/edit_urpm_sources.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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( |