aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-09-08 11:45:08 +0000
committerLibravatar GitHub <noreply@github.com>2021-09-08 11:45:08 +0000
commit8c8282e0ac27a45b4f3d8446d4dde00afc193fd7 (patch)
tree9c283a218bebc9c79402539454dc79339f75d084
parentFix #4367 -- gimp 2.10.22-3: gegl:introspect broken (diff)
parentfix duplicate global (diff)
downloadfirejail-8c8282e0ac27a45b4f3d8446d4dde00afc193fd7.tar.gz
firejail-8c8282e0ac27a45b4f3d8446d4dde00afc193fd7.tar.zst
firejail-8c8282e0ac27a45b4f3d8446d4dde00afc193fd7.zip
Merge pull request #4493 from pirate486743186/fix-duplicate-global
fix duplicate globals
-rw-r--r--etc/profile-a-l/gallery-dl.profile3
-rw-r--r--etc/profile-m-z/yt-dlp.profile3
2 files changed, 4 insertions, 2 deletions
diff --git a/etc/profile-a-l/gallery-dl.profile b/etc/profile-a-l/gallery-dl.profile
index b2f482835..9c8200dc4 100644
--- a/etc/profile-a-l/gallery-dl.profile
+++ b/etc/profile-a-l/gallery-dl.profile
@@ -5,7 +5,8 @@ quiet
5# Persistent local customizations 5# Persistent local customizations
6include gallery-dl.local 6include gallery-dl.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8# added by included profile
9#include globals.local
9 10
10noblacklist ${HOME}/.config/gallery-dl 11noblacklist ${HOME}/.config/gallery-dl
11noblacklist ${HOME}/.gallery-dl.conf 12noblacklist ${HOME}/.gallery-dl.conf
diff --git a/etc/profile-m-z/yt-dlp.profile b/etc/profile-m-z/yt-dlp.profile
index ab90c837e..1c3382a08 100644
--- a/etc/profile-m-z/yt-dlp.profile
+++ b/etc/profile-m-z/yt-dlp.profile
@@ -5,7 +5,8 @@ quiet
5# Persistent local customizations 5# Persistent local customizations
6include yt-dlp.local 6include yt-dlp.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8# added by included profile
9#include globals.local
9 10
10noblacklist ${HOME}/.cache/yt-dlp 11noblacklist ${HOME}/.cache/yt-dlp
11noblacklist ${HOME}/.config/yt-dlp 12noblacklist ${HOME}/.config/yt-dlp