=== modified file 'methods/mirror.cc' --- methods/mirror.cc 2011-03-14 17:03:14 +0000 +++ methods/mirror.cc 2011-03-23 16:44:50 +0000 @@ -141,8 +141,10 @@ pkgAcquire Fetcher; new pkgAcqFile(&Fetcher, fetch, "", 0, "", "", "", MirrorFile); bool res = (Fetcher.Run() == pkgAcquire::Continue); - if(res) + if(res) { DownloadedMirrorFile = true; + chmod(MirrorFile, 0644); + } Fetcher.Shutdown(); if(Debug)