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.
This commit is contained in:
parent
443d472f50
commit
0156f4ffef
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user