diff options
author | Jeremy Katz <katzj@redhat.com> | 2008-02-13 12:29:21 -0500 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2008-02-14 17:18:29 -0500 |
commit | ee12bdfeef8d84ebbc3cf4237f10428024f57116 (patch) | |
tree | 9be6dd5ff24f28ee4b9f7559e20d2aee4cc706af /scripts/upd-instroot | |
parent | f92adf205b77e5229acf295aa4db2d94ab42e9c2 (diff) | |
download | anaconda-ee12bdfeef8d84ebbc3cf4237f10428024f57116.tar.gz anaconda-ee12bdfeef8d84ebbc3cf4237f10428024f57116.tar.xz anaconda-ee12bdfeef8d84ebbc3cf4237f10428024f57116.zip |
Don't do fixmtimes anymore
squashfs doesn't do the 0 mtime trick for compression, so stop "fixing" up
mtimes in pyc files
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 5 |
1 files changed, 0 insertions, 5 deletions
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); |