aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoohbah2017-07-25 02:13:22 +0000
committerBoohbah2017-07-25 02:13:22 +0000
commit089a86083ad295ffcca2fed30dad1d16f97c2d42 (patch)
treeed47c10e9e7e92764e8ea2b904814445882187cb
parent22bf13f4db41634bf191a43e09e103468d014ad7 (diff)
downloadaur-089a86083ad295ffcca2fed30dad1d16f97c2d42.tar.gz
4.13-rc2-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dba07b9f1675..9fc13c6b8877 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jul 24 19:14:03 UTC 2017
+# Tue Jul 25 02:13:22 UTC 2017
pkgbase = linux-git
pkgver = 4.13rc2.r0.g520eccdfe187
- pkgrel = 1
+ pkgrel = 2
url = http://www.kernel.org/
arch = i686
arch = x86_64
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"