summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2005-01-19 19:22:29 +0000
committerDaouda Lo <daouda@mandriva.com>2005-01-19 19:22:29 +0000
commit03efb7b52b423c493706341544d13be7753214c4 (patch)
tree41cc57a1e956f92b0423e7bed44f510bc4c33da4
parentea9f684a2407de3f6c9c1a61286f20556bbe78c5 (diff)
downloadmgaonline-03efb7b52b423c493706341544d13be7753214c4.tar
mgaonline-03efb7b52b423c493706341544d13be7753214c4.tar.gz
mgaonline-03efb7b52b423c493706341544d13be7753214c4.tar.bz2
mgaonline-03efb7b52b423c493706341544d13be7753214c4.tar.xz
mgaonline-03efb7b52b423c493706341544d13be7753214c4.zip
- support for x86_64
-rw-r--r--mdkonline.pm2
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
}