Revert "Remove documentation from headers package"

This reverts commit ea2072427e.

Now fixed by main arch package.
This commit is contained in:
Dan Ziemba 2016-01-16 11:44:26 -05:00
parent ea2072427e
commit 4f79038baf
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
# Wed Jan 13 23:42:30 UTC 2016
# Wed Jan 13 23:20:15 UTC 2016
pkgbase = linux-vfio
pkgver = 4.4
pkgrel = 1

View File

@ -253,7 +253,6 @@ _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 {} \;