diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-30 08:55:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-30 08:55:57 +0000 |
commit | 8ffd5fe7a8fc2eb1297255c73b197f1e420c1451 (patch) | |
tree | 013bbf369435662148aaa2348a737c9334b3a097 /Mk | |
parent | 8621234c634135f0ca4f177593df0df62a913214 (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Scripts/qa.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index bf9bb26f7317..e7cf6dd12199 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -121,6 +121,8 @@ paths() { */lib/ruby/gems/*/Makefile) continue ;; */lib/ruby/gems/*/Makefile.html) continue ;; */lib/ruby/gems/*/mkmf.log) continue ;; + */share/texmf-var/web2c/*/*.fmt) continue ;; + */share/texmf-var/web2c/*/*.log) continue ;; esac err "'${f#${STAGEDIR}${PREFIX}/}' is referring to ${STAGEDIR}" rc=1 |