From ee12bdfeef8d84ebbc3cf4237f10428024f57116 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 13 Feb 2008 12:29:21 -0500 Subject: Don't do fixmtimes anymore squashfs doesn't do the 0 mtime trick for compression, so stop "fixing" up mtimes in pyc files --- scripts/upd-instroot | 5 ----- 1 file changed, 5 deletions(-) (limited to 'scripts/upd-instroot') diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 2de74fb2c..d3ab88bea 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -915,11 +915,6 @@ rm -rf $yumconf $YUMDIR chown -R root:root $DEST $DESTGR chmod -R a+rX-w $DEST $DESTGR -# change mtimes to 0 (to match what happens on the cramfs) -for p in $DEST $DESTGR; do - $p/usr/lib/anaconda-runtime/fixmtime.py $DEBUG $p -done - # Remove locales unused during the install cat $DESTGR/usr/lib/anaconda/lang-table* | awk ' { gsub("-", "", $4); -- cgit