summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiccolò Belli2017-09-30 15:37:59 +0200
committerNiccolò Belli2017-09-30 15:37:59 +0200
commit63b23731da2d98e14f333f1dad1f173027ef6d7c (patch)
treeec1e344d0189118a9a836ef90ae32e4837da1d7e
parentc16d881a20f9a73e824eca7f25837dc00effe862 (diff)
downloadaur-63b23731da2d98e14f333f1dad1f173027ef6d7c.tar.gz
Append -dc to LOCALVERSION and comment out make nconfig.
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90d1e14529ee..bb2b0a678210 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=linux-4.13.y-dc
_srcname=linux-4.13.y-dc
-pkgver=4.13.4.r2187.gae3152254b4c
+pkgver=4.13.4.r2201.g9b76449e55e1
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.kernel.org/"
@@ -37,7 +37,7 @@ prepare() {
fi
# set localversion to git commit
- sed -i "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"-${pkgver##*.}\"|g" ./.config
+ sed -i "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"-dc-${pkgver##*.}\"|g" ./.config
sed -i "s|CONFIG_LOCALVERSION_AUTO=.*|CONFIG_LOCALVERSION_AUTO=n|" ./.config
# don't run depmod on 'make install'. We'll do this ourselves in packaging
@@ -49,7 +49,7 @@ prepare() {
# load configuration
# Configure the kernel. Replace the line below with one of your choice.
#make menuconfig # CLI menu for configuration
- make nconfig # new CLI menu for configuration
+ #make nconfig # new CLI menu for configuration
#make xconfig # X-based configuration
#make oldconfig # using old config from previous kernel version
make olddefconfig # old config from previous kernel, defaults for new options