summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-12-09 12:21:18 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-12-09 12:21:18 +0000
commitd5a3513103c3b126e6cdfb14aa7781a7e138181b (patch)
treefc0e091f6b673087ed8e9921fd6f1d91a9e438d3
parent7949f165a6e3dd42aa4548f1810f67bfef6eb20a (diff)
downloaddrakx-backup-do-not-use-d5a3513103c3b126e6cdfb14aa7781a7e138181b.tar
drakx-backup-do-not-use-d5a3513103c3b126e6cdfb14aa7781a7e138181b.tar.gz
drakx-backup-do-not-use-d5a3513103c3b126e6cdfb14aa7781a7e138181b.tar.bz2
drakx-backup-do-not-use-d5a3513103c3b126e6cdfb14aa7781a7e138181b.tar.xz
drakx-backup-do-not-use-d5a3513103c3b126e6cdfb14aa7781a7e138181b.zip
fix spanish mandrake galaxy
-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');