From f92adf205b77e5229acf295aa4db2d94ab42e9c2 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 13 Feb 2008 12:19:46 -0500 Subject: Don't compress translations Since we use a compressed filesystem, compressing the translations doesn't really buy us much if anything --- scripts/upd-instroot | 8 -------- 1 file changed, 8 deletions(-) (limited to 'scripts') diff --git a/scripts/upd-instroot b/scripts/upd-instroot index d4a2ad444..2de74fb2c 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -1085,14 +1085,6 @@ for p in $DEST $DESTGR; do $p/usr/lib/anaconda-runtime/scrubtree $p done -echo "Compressing .mo files in stage2 images..." -if [ -d $DEST/usr/share/locale ]; then - for i in `find $DEST/usr/share/locale -name anaconda.mo`; do - gzip -9 $i - mv -f $i.gz $i - done -fi - echo "Creating debug dir" for p in $DEST $DESTGR ; do mkdir -p $p/usr/lib/debug -- cgit