summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2020-02-22 16:42:28 +0100
committerPiotr Gorski2020-02-22 16:42:28 +0100
commit2e43a9021218cbed7fd9560abc757dd7ed263817 (patch)
treeb35b08bb38d2234dd7774e3b3d2e8424300a381c
parent2476173d274eaa76dcc03177504ec85bc097893f (diff)
downloadaur-2e43a9021218cbed7fd9560abc757dd7ed263817.tar.gz
FS#64279 Build htmldocs separately
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbd581661a5e..3269a51abcd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-aufs
pkgdesc = Linux AUFS
pkgver = 5.5.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/sfjro/aufs5-standalone
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 119c20f81755..e30250b0af39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,7 +51,7 @@ _major=5.5
_minor=5
pkgver=${_major}.${_minor}
_srcname=linux-${pkgver}
-pkgrel=2
+pkgrel=3
pkgdesc='Linux AUFS'
arch=('x86_64')
url="https://github.com/sfjro/aufs5-standalone"
@@ -190,7 +190,8 @@ prepare() {
build() {
cd $_srcname
- make bzImage modules htmldocs
+ make all
+ make htmldocs
}
_package() {