index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/iputils/PKGBUILD | 17 |
diff --git a/core/iputils/PKGBUILD b/core/iputils/PKGBUILD deleted file mode 100644 index dbc14bda..00000000 --- a/core/iputils/PKGBUILD +++ /dev/null @@ -1,17 +0,0 @@ -# i486-specific -if [ "${CARCH}" = "i486" ]; then - # no documentation as docbook needs sgml parsers and lots of other stuff - makedepends=(${makedepends[@]//docbook-utils/}) - eval "$( - declare -f build | \ - sed ' - /make .*doc.*man/d - ' - )" - eval "$( - declare -f package | \ - sed ' - /install.*man8/d - ' - )" -fi |