summaryrefslogtreecommitdiffstats
path: root/tools/checkperms
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkperms')
-rwxr-xr-xtools/checkperms/checkperms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checkperms/checkperms.py b/tools/checkperms/checkperms.py
index 60f9dc0..b2e22d4 100755
--- a/tools/checkperms/checkperms.py
+++ b/tools/checkperms/checkperms.py
@@ -105,7 +105,7 @@ WHITELIST_REGEX = [
re.compile('/third_party/sqlite/'),
re.compile('/third_party/xdg-utils/'),
re.compile('/third_party/yasm/source/patched-yasm/config'),
- re.compile('/third_party/ffmpeg/patched-ffmpeg/tools'),
+ re.compile('/third_party/ffmpeg/tools'),
]
#### USER EDITABLE SECTION ENDS HERE ####