diff options
author | Daouda Lo <daouda@mandriva.com> | 2005-01-19 20:03:52 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2005-01-19 20:03:52 +0000 |
commit | 4bf41983509ef63f7427fffa33e434af3256b4f7 (patch) | |
tree | 47b4e7823a7f9b8aa7b7e1c401ff0f5e4127062b /mdkonline.pm | |
parent | 8c4908953585c131d993ed46373db4d66814ee1e (diff) | |
download | mgaonline-4bf41983509ef63f7427fffa33e434af3256b4f7.tar mgaonline-4bf41983509ef63f7427fffa33e434af3256b4f7.tar.gz mgaonline-4bf41983509ef63f7427fffa33e434af3256b4f7.tar.bz2 mgaonline-4bf41983509ef63f7427fffa33e434af3256b4f7.tar.xz mgaonline-4bf41983509ef63f7427fffa33e434af3256b4f7.zip |
sync with 10.0 branches
Diffstat (limited to 'mdkonline.pm')
-rw-r--r-- | mdkonline.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkonline.pm b/mdkonline.pm index af2b3eb0..3b15b72b 100644 --- a/mdkonline.pm +++ b/mdkonline.pm @@ -24,7 +24,7 @@ sub get_release() { sub get_distro_type() { my $d; - cat_($release_file) =~ /(corporate|mnf)/i, and $d = lc($1); + cat_($release_file) =~ /(corporate|mnf|x86_64)/i, and $d = lc($1); $d } |