aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Ziemba2016-01-13 18:42:46 -0500
committerDan Ziemba2016-01-13 18:42:46 -0500
commitea2072427ef80c3fcf15ad61f3c0d1e92e4367de (patch)
tree522cd0dfa6fbc498fcee9f3df6f1b9a96ff430a9 /PKGBUILD
parent7ccf140f61866d312eb5e23cbb6a819accf55e49 (diff)
downloadaur-ea2072427ef80c3fcf15ad61f3c0d1e92e4367de.tar.gz
Remove documentation from headers package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e60903ac6dae..f76d33450543 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -253,6 +253,7 @@ _package-headers() {
mkdir -p "${pkgdir}"/usr/lib/modules/${_kernver}/build/`echo ${i} | sed 's|/Kconfig.*||'`
cp ${i} "${pkgdir}/usr/lib/modules/${_kernver}/build/${i}"
done
+ rm -rf "${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/kbuild"
chown -R root.root "${pkgdir}/usr/lib/modules/${_kernver}/build"
find "${pkgdir}/usr/lib/modules/${_kernver}/build" -type d -exec chmod 755 {} \;