aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-02-07 18:25:32 +0000
committerLibravatar GitHub <noreply@github.com>2021-02-07 18:25:32 +0000
commitdeae31301f337a5e4257765dcf4bb676e3babb85 (patch)
tree825009d3aca012c98ffce62a51ef5663c6d6a455
parentAdd profile for Gemini (#3946) (diff)
downloadfirejail-deae31301.tar.gz
firejail-deae31301.tar.zst
firejail-deae31301.zip
use ${DOWNLOADS} in lutris.profile (#3955)
-rw-r--r--etc/profile-a-l/lutris.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile-a-l/lutris.profile b/etc/profile-a-l/lutris.profile
index 652f571bb..5d05631ec 100644
--- a/etc/profile-a-l/lutris.profile
+++ b/etc/profile-a-l/lutris.profile
@@ -35,7 +35,7 @@ mkdir ${HOME}/.cache/winetricks
35mkdir ${HOME}/.config/lutris 35mkdir ${HOME}/.config/lutris
36mkdir ${HOME}/.local/share/lutris 36mkdir ${HOME}/.local/share/lutris
37# mkdir ${HOME}/.wine 37# mkdir ${HOME}/.wine
38whitelist ${HOME}/Downloads 38whitelist ${DOWNLOADS}
39whitelist ${HOME}/Games 39whitelist ${HOME}/Games
40whitelist ${HOME}/.cache/lutris 40whitelist ${HOME}/.cache/lutris
41whitelist ${HOME}/.cache/winetricks 41whitelist ${HOME}/.cache/winetricks