aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBoohbah2017-07-25 02:13:22 +0000
committerBoohbah2017-07-25 02:13:22 +0000
commit089a86083ad295ffcca2fed30dad1d16f97c2d42 (patch)
treeed47c10e9e7e92764e8ea2b904814445882187cb /PKGBUILD
parent22bf13f4db41634bf191a43e09e103468d014ad7 (diff)
downloadaur-089a86083ad295ffcca2fed30dad1d16f97c2d42.tar.gz
4.13-rc2-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 297095462e75..90c57000212d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgbase=linux-git
_srcname=linux
pkgver=4.13rc2.r0.g520eccdfe187
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
license=('GPL2')
@@ -172,10 +172,6 @@ _package-headers() {
cp arch/${KARCH}/kernel/asm-offsets.s "${pkgdir}/usr/lib/modules/${_kernver}/build/arch/${KARCH}/kernel/"
- # add docbook makefile
- install -D -m644 Documentation/DocBook/Makefile \
- "${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/DocBook/Makefile"
-
# add dm headers
mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/drivers/md"
cp drivers/md/*.h "${pkgdir}/usr/lib/modules/${_kernver}/build/drivers/md"