summaryrefslogtreecommitdiffstats
path: root/move/make_live
diff options
context:
space:
mode:
Diffstat (limited to 'move/make_live')
-rwxr-xr-xmove/make_live4
1 files changed, 4 insertions, 0 deletions
diff --git a/move/make_live b/move/make_live
index f51c78f80..0d363d6ba 100755
--- a/move/make_live
+++ b/move/make_live
@@ -181,6 +181,10 @@ substInFile {
s/mandrake_doc-(en|fr)/mandrake_doc-move-$1/g;
} "$::prefix/usr/lib/menu/simplified/mandrake_desk";
+substInFile {
+ s!/es/Starter.html/!/en/Starter.html/!;
+} "$::prefix/usr/share/mdk/mandrakegalaxy/mdkgalaxy-es.html";
+
$ENV{LC_ALL} = 'en_US'; #- update-menus doesn't work when there is no locale (aka locale "C")
run_program::rooted($::prefix, 'update-menus', '-n');