summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/linux/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/linux/PKGBUILD b/core/linux/PKGBUILD
index 8098bf53..86ee779c 100644
--- a/core/linux/PKGBUILD
+++ b/core/linux/PKGBUILD
@@ -26,6 +26,10 @@ eval "$(
sed '
s/\bhtmldocs\b//
'
+ declare -f package_linux-docs | \
+ sed '
+ \@/Documentation/@ s/^\s*rm /\0-f /
+ '
fi
declare -f prepare | \
sed '