diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/cataclysm-bn.profile | 2 | ||||
-rw-r--r-- | profiles/cataclysm.profile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/profiles/cataclysm-bn.profile b/profiles/cataclysm-bn.profile index ab607a6..835d565 100644 --- a/profiles/cataclysm-bn.profile +++ b/profiles/cataclysm-bn.profile @@ -16,7 +16,7 @@ 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 +# or it will crash citing lack of write access and/or no free space whitelist ${HOME}/.local/share/cataclysm-bn read-only ${HOME}/.local/share/cataclysm-bn/font read-only ${HOME}/.local/share/cataclysm-bn/gfx diff --git a/profiles/cataclysm.profile b/profiles/cataclysm.profile index bc4ace5..91683e9 100644 --- a/profiles/cataclysm.profile +++ b/profiles/cataclysm.profile @@ -16,7 +16,7 @@ mkdir ${HOME}/.local/share/cataclysm-dda/sound mkdir ${HOME}/.local/share/cataclysm-dda/templates whitelist ${HOME}/.config/cataclysm-dda # cataclysm needs write access to the local share folder -# or it will crash citing no lack of write access and/or free space +# or it will crash citing lack of write access and/or no free space whitelist ${HOME}/.local/share/cataclysm-dda read-only ${HOME}/.local/share/cataclysm-dda/font read-only ${HOME}/.local/share/cataclysm-dda/gfx |