summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-12-09 12:57:17 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-12-09 12:57:17 +0000
commit1c413f1de7cc1732452a646376c0090c33502e4e (patch)
tree41a00febed082f6574e36531c7c386b50cdce5ef
parentcd1d25d7f3b2eefe9f4984f9b7994aca5ea0382a (diff)
downloaddrakx-backup-do-not-use-1c413f1de7cc1732452a646376c0090c33502e4e.tar
drakx-backup-do-not-use-1c413f1de7cc1732452a646376c0090c33502e4e.tar.gz
drakx-backup-do-not-use-1c413f1de7cc1732452a646376c0090c33502e4e.tar.bz2
drakx-backup-do-not-use-1c413f1de7cc1732452a646376c0090c33502e4e.tar.xz
drakx-backup-do-not-use-1c413f1de7cc1732452a646376c0090c33502e4e.zip
we can't change language from localedrake since */LC_CTYPE are broken symlinks
-rwxr-xr-xmove/make_live3
1 files changed, 3 insertions, 0 deletions
diff --git a/move/make_live b/move/make_live
index 6f56896e9..f20f30905 100755
--- a/move/make_live
+++ b/move/make_live
@@ -210,5 +210,8 @@ substInFile {
unlink "$::prefix/usr/sbin/$_" foreach qw(drakautoinst drakboot drakfloppy drakgw drakedm drakfont rpmdrake MandrakeUpdate rpmdrake-remove edit-urpm-sources.pl);
unlink "$::prefix/usr/bin/$_" foreach qw(userdrake);
+#- selecting language must be done from drakx anyway
+unlink "$::prefix/usr/bin/localedrake";
+
#- drakxtools contains a broken unneeded file
unlink "$::prefix/usr/lib/libDrakX/modem.pm";