summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae76767b09f4..1b1f5a6832e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,7 +73,7 @@ _srcname=linux-${_major}
pkgbase=linux-mini
pkgver=${_major}.${_minor}
-pkgrel=3
+pkgrel=4
pkgdesc='Linux kernel and modules with minimal configuration'
url="https://www.kernel.org/"
@@ -253,7 +253,7 @@ prepare() {
build() {
cd $_srcname
- make -j$(nproc) all
+ make bzImage modules
}
_package() {