diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-08-17 09:22:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-08-17 09:22:03 +0000 |
commit | 7bb00d3418f113c126a6826441ee81ee5b882bde (patch) | |
tree | bf4a56be2bcce7da421e4a1c2351416441e5321e /tools | |
parent | 2a52d51c92dd636b40aa40d31b6859223bcec383 (diff) | |
download | drakx-7bb00d3418f113c126a6826441ee81ee5b882bde.tar drakx-7bb00d3418f113c126a6826441ee81ee5b882bde.tar.gz drakx-7bb00d3418f113c126a6826441ee81ee5b882bde.tar.bz2 drakx-7bb00d3418f113c126a6826441ee81ee5b882bde.tar.xz drakx-7bb00d3418f113c126a6826441ee81ee5b882bde.zip |
don't remove /usr/share/locale anymore, we use the same locale for all langs
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/make_mdkinst_stage2 | 6 |
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) |