index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-10-06 19:42:35 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-10-06 19:42:35 +0200 |
commit | 884c106fac1cba2ef66e282627d3948785ac60e9 (patch) | |
tree | 4f09168f3529ce425001d60ba6eb20fc67aa5664 /core | |
parent | 555e45fd2c7e1e827d8915e2a3befbaa0889952e (diff) |
-rw-r--r-- | core/kmod/PKGBUILD | 11 |
diff --git a/core/kmod/PKGBUILD b/core/kmod/PKGBUILD new file mode 100644 index 00000000..184ab2a8 --- /dev/null +++ b/core/kmod/PKGBUILD @@ -0,0 +1,11 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + # don't build documentation + makedepends=(${makedepends[@]//gtk-doc/}) + eval "$( + declare -f build | \ + sed ' + s/--enable-gtk-doc/--disable-gtk-doc/ + ' + )" +fi |