From 0156f4ffef441d401c2ed6af86e0ae07e2cd4cd7 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Mon, 11 Nov 2019 10:56:14 +0100 Subject: [PATCH] Revert "Installer: Ignore cache directories." This reverts commit e06f64086224dda0e36704045448844f7376dafd. As mentionned in #15145, the cache directory itself must exist, otherwise, various applications are broken. A slow install process is better than a broken install, so, revert for now. A better solution needs to be found. --- src/apps/installer/WorkerThread.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/apps/installer/WorkerThread.cpp b/src/apps/installer/WorkerThread.cpp index 851014e390..98c5e81191 100644 --- a/src/apps/installer/WorkerThread.cpp +++ b/src/apps/installer/WorkerThread.cpp @@ -97,8 +97,6 @@ public: fIgnorePaths.insert("rr_moved"); fIgnorePaths.insert("boot.catalog"); fIgnorePaths.insert("haiku-boot-floppy.image"); - fIgnorePaths.insert("system/cache"); - fIgnorePaths.insert("home/config/cache"); fIgnorePaths.insert("system/var/swap"); fIgnorePaths.insert("system/var/shared_memory"); fIgnorePaths.insert("system/var/log/syslog");