aboutsummaryrefslogtreecommitdiffstats
path: root/BCD/Media.pm
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2010-11-29 08:26:02 +0000
committerAntoine Ginies <aginies@mandriva.com>2010-11-29 08:26:02 +0000
commitc8c2983b732eda5a3d4d1bf0de690003b8837a74 (patch)
tree287ecfbd59a85007db8d52fc9931f42c12ca084c /BCD/Media.pm
parentdb9651a56a3dffdf17a303282f789e823cd90096 (diff)
downloadbcd-c8c2983b732eda5a3d4d1bf0de690003b8837a74.tar
bcd-c8c2983b732eda5a3d4d1bf0de690003b8837a74.tar.gz
bcd-c8c2983b732eda5a3d4d1bf0de690003b8837a74.tar.bz2
bcd-c8c2983b732eda5a3d4d1bf0de690003b8837a74.tar.xz
bcd-c8c2983b732eda5a3d4d1bf0de690003b8837a74.zip
fix mes5 detection
Diffstat (limited to 'BCD/Media.pm')
-rw-r--r--BCD/Media.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/BCD/Media.pm b/BCD/Media.pm
index 819979d..3b5878a 100644
--- a/BCD/Media.pm
+++ b/BCD/Media.pm
@@ -132,7 +132,7 @@ sub create_mediacfg {
print $MEDIACFG "\n";
print $MEDIACFG "[media_info]\n";
print $MEDIACFG "version=$version\n";
- if ($isoconf->{based_on} gt "2009.1" or $isoconf->{based_on} ne "mes5") {
+ if ($isoconf->{based_on} gt "2009.1" && $isoconf->{based_on} ne "mes5") {
print_color("$LOG > 2009.1 or not a mes5 product", $color);
print $MEDIACFG "mediacfg_version=2\n";
}