summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFigue2017-09-11 13:13:45 +0200
committerFigue2017-09-11 13:13:45 +0200
commit099fb9e2a7ab6e55f60d01e47239ccf68df0ac5c (patch)
tree7750e11a51f4ee9c82e4a60719d7c54c11bdbeb2 /PKGBUILD
parentc117f88ff8963675a89050632498a8b94ed660eb (diff)
downloadaur-099fb9e2a7ab6e55f60d01e47239ccf68df0ac5c.tar.gz
Removed kernel name in .config
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a972a646b5eb..b18e973753d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,7 +47,7 @@ prepare() {
esac
if [ "${_kernelname}" != "" ]; then
- sed -i "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"${_kernelname}\"|g" ./.config
+ #sed -i "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"${_kernelname}\"|g" ./.config
sed -i "s|CONFIG_LOCALVERSION_AUTO=.*|CONFIG_LOCALVERSION_AUTO=n|" ./.config
fi