diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-05-20 10:34:48 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-05-20 10:34:48 -0700 |
commit | 2e6315a41eb6c8bd2879b8b5328a9c5d2368114c (patch) | |
tree | 01fa3b0e9682ab0a9627fc7e002e012e5d38b185 /profiles | |
parent | Add profiles for atom and atom trudograd. (diff) | |
download | firejail-profiles-2e6315a41eb6c8bd2879b8b5328a9c5d2368114c.tar.xz |
Fix atom and atom-trudograd local include.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/atom-rpg-trudograd.profile | 2 | ||||
-rw-r--r-- | profiles/atom-rpg.profile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/profiles/atom-rpg-trudograd.profile b/profiles/atom-rpg-trudograd.profile index 97afb79..b7a3b99 100644 --- a/profiles/atom-rpg-trudograd.profile +++ b/profiles/atom-rpg-trudograd.profile @@ -1,6 +1,6 @@ # This file is overwritten after every install/update # Persistent local customizations -include pathfinder-kingmaker.local +include atom-rpg-trudograd.local # Persistent global definitions include globals.local diff --git a/profiles/atom-rpg.profile b/profiles/atom-rpg.profile index b2f00fd..2aa24b8 100644 --- a/profiles/atom-rpg.profile +++ b/profiles/atom-rpg.profile @@ -1,6 +1,6 @@ # This file is overwritten after every install/update # Persistent local customizations -include pathfinder-kingmaker.local +include atom-rpg.local # Persistent global definitions include globals.local |