summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-04-16 15:44:24 +0000
committerFrancois Pons <fpons@mandriva.com>2001-04-16 15:44:24 +0000
commit7ef4581618add3ca6528e6e30ed29d2bf2b3ce67 (patch)
tree22d5e35d624b3af305b60e3b94c7fb18d3879e80
parent1cabce3925d0d70757421775a25c4c6d7ea217b2 (diff)
downloaddrakx-backup-do-not-use-7ef4581618add3ca6528e6e30ed29d2bf2b3ce67.tar
drakx-backup-do-not-use-7ef4581618add3ca6528e6e30ed29d2bf2b3ce67.tar.gz
drakx-backup-do-not-use-7ef4581618add3ca6528e6e30ed29d2bf2b3ce67.tar.bz2
drakx-backup-do-not-use-7ef4581618add3ca6528e6e30ed29d2bf2b3ce67.tar.xz
drakx-backup-do-not-use-7ef4581618add3ca6528e6e30ed29d2bf2b3ce67.zip
try another fix for RPM_INSTALL_LANG as first fr_FR:fr instead of fr:fr_FR.
-rwxr-xr-xrescue/tree/etc/oem2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/tree/etc/oem b/rescue/tree/etc/oem
index de0a8586c..faf625c29 100755
--- a/rescue/tree/etc/oem
+++ b/rescue/tree/etc/oem
@@ -229,7 +229,7 @@ close F;
#- initialize installation.
$ENV{DURING_INSTALL} = 1;
-$ENV{RPM_INSTALL_LANG} = "$lang:$flang";
+$ENV{RPM_INSTALL_LANG} = "$flang:$lang";
$ENV{LD_LIBRARY_PATH} = "/usr/X11R6/lib";
$ENV{SECURE_LEVEL} = 2;
foreach (qw(/etc /var /var/lib /var/lib/rpm /proc)) {