summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2004-11-04 13:05:19 +0000
committerDaouda Lo <daouda@mandriva.com>2004-11-04 13:05:19 +0000
commit36bf60825b5f05c168ace73d5140b1dc53563669 (patch)
treefdc00af310f71922c3acb63a3cdac08b05e6c77e
parente58743c2332725611e931380c0cbe33254271f40 (diff)
downloadmgaonline-36bf60825b5f05c168ace73d5140b1dc53563669.tar
mgaonline-36bf60825b5f05c168ace73d5140b1dc53563669.tar.gz
mgaonline-36bf60825b5f05c168ace73d5140b1dc53563669.tar.bz2
mgaonline-36bf60825b5f05c168ace73d5140b1dc53563669.tar.xz
mgaonline-36bf60825b5f05c168ace73d5140b1dc53563669.zip
- fix typo
-rwxr-xr-xmdkupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index 88b1b741..10b89a8f 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -161,7 +161,7 @@ sub update_conf {
sub add_media {
my $mirror = shift;
my ($r) = mdkonline::get_release();
- my $dist_type = mdkonline::get_disro_type();
+ my $dist_type = mdkonline::get_distro_type();
my $fullpath2mir = "ftp://" . $mirror . if_($dist_type, "/$dist_type") ."/$r" . "/RPMS" . "/";
eval {
system "/usr/sbin/urpmi.removemedia", "mdkupdate";