From: Zac Medico Date: Tue, 14 Aug 2007 20:16:31 +0000 (-0000) Subject: Make sure to skip info dir files with the .old extension. (trunk r7602) X-Git-Tag: v2.1.3.9~50 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1f1b6fc51596d8aa6257dc415f1ee9a9d3307df6;p=portage.git Make sure to skip info dir files with the .old extension. (trunk r7602) svn path=/main/branches/2.1.2/; revision=7603 --- diff --git a/bin/emerge b/bin/emerge index fc7d31d69..448608196 100755 --- a/bin/emerge +++ b/bin/emerge @@ -4303,7 +4303,8 @@ def chk_updated_info_files(root, infodirs, prev_mtimes, retval): if x.startswith("dir"): skip = False for ext in dir_extensions: - if x == "dir" + ext: + if x == "dir" + ext or \ + x == "dir" + ext + ".old": skip = True break if skip: