Revert "Installer: Ignore cache directories."

This reverts commit e06f640862.

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.
This commit is contained in:
Adrien Destugues 2019-11-11 10:56:14 +01:00
parent 443d472f50
commit 0156f4ffef

View File

@ -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");