X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/80fbbbd91708a8f0da24161d0a8ababc9f968425..3eb9e257855d83d0486d7a5fa7cc5e2edebb6aaa:/methods/copy.cc diff --git a/methods/copy.cc b/methods/copy.cc index 027b59f46..a6bb372a3 100644 --- a/methods/copy.cc +++ b/methods/copy.cc @@ -52,7 +52,7 @@ bool CopyMethod::Fetch(FetchItem *Itm) // See if the file exists FileFd From(File,FileFd::ReadOnly); - FileFd To(Itm->DestFile,FileFd::WriteEmpty); + FileFd To(Itm->DestFile,FileFd::WriteAtomic); To.EraseOnFailure(); if (_error->PendingError() == true) {