diff options
-rwxr-xr-x | tools/checkperms/checkperms.py | 2 |
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 #### |