diff options
Diffstat (limited to 'profiles/cataclysm-bn.profile')
-rw-r--r-- | profiles/cataclysm-bn.profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/cataclysm-bn.profile b/profiles/cataclysm-bn.profile index d3aff32..ab607a6 100644 --- a/profiles/cataclysm-bn.profile +++ b/profiles/cataclysm-bn.profile @@ -11,8 +11,12 @@ mkdir ${HOME}/.local/share/cataclysm-bn mkdir ${HOME}/.local/share/cataclysm-bn/font mkdir ${HOME}/.local/share/cataclysm-bn/gfx mkdir ${HOME}/.local/share/cataclysm-bn/mods +mkdir ${HOME}/.local/share/cataclysm-bn/save mkdir ${HOME}/.local/share/cataclysm-bn/sound +mkdir ${HOME}/.local/share/cataclysm-bn/templates whitelist ${HOME}/.config/cataclysm-bn +# cataclysm needs write access to the local share folder +# or it will crash citing no lack of write access and/or free space whitelist ${HOME}/.local/share/cataclysm-bn read-only ${HOME}/.local/share/cataclysm-bn/font read-only ${HOME}/.local/share/cataclysm-bn/gfx |