diff options
author | Daouda Lo <daouda@mandriva.com> | 2004-03-01 18:41:36 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2004-03-01 18:41:36 +0000 |
commit | 6fab82daac88186b4404d7053c088ff327fc88f7 (patch) | |
tree | fa9c4d1a178c1832a3f32a3050aa130a80764b16 | |
parent | bf2f2e3b75347b4da0888e35c896604eb306c2ab (diff) | |
download | mgaonline-6fab82daac88186b4404d7053c088ff327fc88f7.tar mgaonline-6fab82daac88186b4404d7053c088ff327fc88f7.tar.gz mgaonline-6fab82daac88186b4404d7053c088ff327fc88f7.tar.bz2 mgaonline-6fab82daac88186b4404d7053c088ff327fc88f7.tar.xz mgaonline-6fab82daac88186b4404d7053c088ff327fc88f7.zip |
- udpate
-rwxr-xr-x | mdkupdate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ my $conffile = "/root/.mdkupdate"; my $onlineUrl = "https://www.mandrakeonline.net/"; my %url; foreach (qw(online_dif online_update online3_RemoteAction)) { - $url->{$_} = $onlineUrl . $_ . 'php' + $url->{$_} = $onlineUrl . $_ . '.php' } my $rpms_rep = "/root/tmp/"; my $VERSION = "0.17"; |