index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/kmod/PKGBUILD | 11 |
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 |