From: Zac Medico Date: Thu, 1 Feb 2007 20:14:00 +0000 (-0000) Subject: Rename dir.bz2 since that's the most likely case now. (trunk r5864:5865) X-Git-Tag: v2.1.2-r6~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4f09df38ed21e32cc31fc965a0024e9d51fa91dc;p=portage.git Rename dir.bz2 since that's the most likely case now. (trunk r5864:5865) svn path=/main/branches/2.1.2/; revision=5867 --- diff --git a/bin/emerge b/bin/emerge index 8688cbfb0..72f143b07 100755 --- a/bin/emerge +++ b/bin/emerge @@ -3469,7 +3469,7 @@ def chk_updated_info_files(root, infodirs, prev_mtimes, retval): for inforoot in regen_infodirs: if inforoot=='': continue - for filename in ("dir", "dir.gz"): + for filename in ("dir", "dir.gz", "dir.bz2"): file_path = os.path.join(inforoot, filename) try: os.rename(file_path, file_path + ".old")