From eef53ab5b64edf5c6b714292bae817098752ea1c Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 17 Jan 2017 13:47:04 -0800 Subject: [PATCH] check_root: ignore scripts in documentation --- build_library/check_root | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_library/check_root b/build_library/check_root index 5059d52451..a6af980ccb 100755 --- a/build_library/check_root +++ b/build_library/check_root @@ -80,6 +80,8 @@ IGNORE_SHEBANG = ( b"*/usr/lib64/modules/*/source/scripts/*", b"*/usr/share/nova-agent/*/etc/gentoo/nova-agent", b"*/tmp/*", + b"*/Documentation/*", + b"*/doc/*", ) def provided_sonames():