summaryrefslogtreecommitdiff
path: root/core/kmod/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/kmod/PKGBUILD')
-rw-r--r--core/kmod/PKGBUILD11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/kmod/PKGBUILD b/core/kmod/PKGBUILD
deleted file mode 100644
index 184ab2a8..00000000
--- a/core/kmod/PKGBUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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