summaryrefslogtreecommitdiff
path: root/core/iputils/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/iputils/PKGBUILD')
-rw-r--r--core/iputils/PKGBUILD17
1 files changed, 0 insertions, 17 deletions
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