summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2017-03-05 02:56:54 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2017-03-05 03:08:11 (GMT)
commit19de5951d0fadab9102259fc04c162df2cba6393 (patch)
tree33058013063e430f3be66341f884957cdb6f33c7 /tools
parent2fb99580b410064e34e65647d185472cccd14792 (diff)
downloadmxe-19de5951d0fadab9102259fc04c162df2cba6393.zip
mxe-19de5951d0fadab9102259fc04c162df2cba6393.tar.gz
mxe-19de5951d0fadab9102259fc04c162df2cba6393.tar.bz2
build-pkg: disable usr/share/gtk-doc
This path is buggy. Packages installing files there have options --disable-gtk-doc and --disable-gtk-doc-html, but they don't help.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build-pkg.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build-pkg.lua b/tools/build-pkg.lua
index dbc39b3..ab79203 100755
--- a/tools/build-pkg.lua
+++ b/tools/build-pkg.lua
@@ -58,6 +58,7 @@ local BLACKLIST = {
'^usr/share/info/',
'^usr/share/man/',
'^usr/share/gcc',
+ '^usr/share/gtk-doc',
'^usr/lib/nonetwork.so',
'^usr/[^/]+/share/doc/',
'^usr/[^/]+/share/info/',