diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-09-18 10:39:52 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-09-18 10:39:52 +0000 |
commit | 0c1d3eef434cb424ea05e483e9d58bb9d1456e50 (patch) | |
tree | 39e877d26e9ba6ae64e68286bd4d813241800be4 /perl-install/install/install2.pm | |
parent | fd595b4a25c09427f335f0afc2241569d287c544 (diff) | |
download | drakx-0c1d3eef434cb424ea05e483e9d58bb9d1456e50.tar drakx-0c1d3eef434cb424ea05e483e9d58bb9d1456e50.tar.gz drakx-0c1d3eef434cb424ea05e483e9d58bb9d1456e50.tar.bz2 drakx-0c1d3eef434cb424ea05e483e9d58bb9d1456e50.tar.xz drakx-0c1d3eef434cb424ea05e483e9d58bb9d1456e50.zip |
save the untranslated license early
Diffstat (limited to 'perl-install/install/install2.pm')
-rw-r--r-- | perl-install/install/install2.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 1019e2809..24d99cb03 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -27,6 +27,7 @@ use log; use fs; use fs::any; use fs::mount; +use messages; #-####################################################################################### #-$O @@ -65,7 +66,7 @@ $o = $::o = { #- eth0 => { DEVICE => "eth0", IPADDR => '1.2.3.4', NETMASK => '255.255.255.128' } #- }, }, - + untranslated_license => messages::main_license_raw(), #-step : the current one #-prefix #-mouse |