diff options
Diffstat (limited to 'rescue/tree')
-rwxr-xr-x | rescue/tree/etc/oem | 2 |
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)) { |