From 7bb00d3418f113c126a6826441ee81ee5b882bde Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 17 Aug 2004 09:22:03 +0000 Subject: don't remove /usr/share/locale anymore, we use the same locale for all langs --- tools/make_mdkinst_stage2 | 6 ------ 1 file changed, 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) -- cgit v1.2.1