summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 f2e68a7..eedc08d 100755
--- a/tools/checkperms/checkperms.py
+++ b/tools/checkperms/checkperms.py
@@ -104,7 +104,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/tools'),
+ re.compile('/third_party/ffmpeg/patched-ffmpeg/tools'),
]
#### USER EDITABLE SECTION ENDS HERE ####