summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-08-17 09:22:03 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-08-17 09:22:03 +0000
commit7bb00d3418f113c126a6826441ee81ee5b882bde (patch)
treebf4a56be2bcce7da421e4a1c2351416441e5321e /tools
parent2a52d51c92dd636b40aa40d31b6859223bcec383 (diff)
downloaddrakx-backup-do-not-use-7bb00d3418f113c126a6826441ee81ee5b882bde.tar
drakx-backup-do-not-use-7bb00d3418f113c126a6826441ee81ee5b882bde.tar.gz
drakx-backup-do-not-use-7bb00d3418f113c126a6826441ee81ee5b882bde.tar.bz2
drakx-backup-do-not-use-7bb00d3418f113c126a6826441ee81ee5b882bde.tar.xz
drakx-backup-do-not-use-7bb00d3418f113c126a6826441ee81ee5b882bde.zip
don't remove /usr/share/locale anymore, we use the same locale for all langs
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make_mdkinst_stage26
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/make_mdkinst_stage2 b/tools/make_mdkinst_stage2
index be25bb089..e0b287f99 100755
--- a/tools/make_mdkinst_stage2
+++ b/tools/make_mdkinst_stage2
@@ -51,12 +51,6 @@ rm -f $STAGE2TMP/usr/*/pango/*/modules/pango-{arabic,hangul,hebrew,indic,thai}-x
rm -rf $STAGE2TMP{/usr/bin/brltty,/etc/brltty,/lib/brltty}
rm -rf $STAGE2TMP/usr/share/locale_special
-( # only keeping UTF-8
- cd $STAGE2TMP/usr/share/locale;
- mv UTF-8 ..
- rm -rf *
- mv ../UTF-8 .
-)
for i in /usr/share/keymaps /usr/share/xmodmap; do
name=`basename $i`
(cd $STAGE2TMP/$i ; ls * | $BUILD_ARCHIVE -b9s ../$name.cz2 400000)