]> git.saurik.com Git - apt.git/commit
pkgAcqArchive::QueueNext(): change owner/permission of DestFile
authorMichael Vogt <mvo@ubuntu.com>
Wed, 8 Oct 2014 07:16:59 +0000 (09:16 +0200)
committerMichael Vogt <mvo@ubuntu.com>
Wed, 8 Oct 2014 07:44:06 +0000 (09:44 +0200)
commit021eb71775bfa5b998d4f6006422691bc90fb799
treebad46aeea8b1128838dea7b8a912411041af0880
parent9c4e6026c498078aa223eae95f2c9752cb45525c
pkgAcqArchive::QueueNext(): change owner/permission of DestFile

The code was using FinalFile before but we only test the existance
of DestFile so we use that instead.
apt-pkg/acquire-item.cc