diff options
Diffstat (limited to 'MDK/Common/System.pm')
-rw-r--r-- | MDK/Common/System.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MDK/Common/System.pm b/MDK/Common/System.pm index 29b8472..235a530 100644 --- a/MDK/Common/System.pm +++ b/MDK/Common/System.pm @@ -232,7 +232,7 @@ sub distrib() { my $company = $oem{COMPANY} || 'Mandrakesoft'; my $system = $oem{SYSTEM} || $real_system; my $product = $oem{PRODUCT} || $real_product; - (company => $company, system => $system, product => $product, real_system => $real_system, real_product => $real_product) + (company => $company, system => $system, product => $product, real_system => $real_system, real_product => $real_product); } sub typeFromMagic { |