aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryardenac2013-10-05 11:09:38 -0700
committeryar2015-07-03 16:58:29 -0700
commitc18aba0020103dc582e43b1a44d138b219539470 (patch)
treea6e47a4b66e1256a93c79f1e71e121403e942c0e /PKGBUILD
parente4309f4f12bc48257e29a829b82e926023b2a0b1 (diff)
downloadaur-c18aba0020103dc582e43b1a44d138b219539470.tar.gz
stop using KERNEL_VERSION in install scripts
one less file to bump not sure what weird scenarios would cause this to break ... someone who hand-edits the source line without editing the pkgver/pkgrel??
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ce3cc13b63d..e6cec854701e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,7 +66,6 @@ package_linux-linode() {
install -D -m644 "${srcdir}/preset" "${pkgdir}/etc/mkinitcpio.d/${pkgname}.preset"
sed \
-e "s/KERNEL_NAME=.*/KERNEL_NAME=${_kernelname}/" \
- -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/" \
-i "${startdir}/install"
sed \
-e "s|ALL_kver=.*|ALL_kver=\"/boot/vmlinuz-${pkgname}\"|" \