aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryardenac2012-12-13 15:56:23 -0800
committeryar2015-07-03 16:58:20 -0700
commitefa3eb9ba50dc62e7703f3f1465e3f5a9e40377f (patch)
tree5dc91befd339ce251cc425c3cdea10acaf92a9f8
parentc4bbd7ae08d997532b237a8f764c8d61b0d16e14 (diff)
downloadaur-efa3eb9ba50dc62e7703f3f1465e3f5a9e40377f.tar.gz
don't clobber local menu.lst edits
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4eb7c9c73470..05b5f0aa5717 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-linode
pkgdesc = Kernel for Arch Linux on Linode
pkgver = 3.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/yardenac/linux-linode
install = linux-linode.install
arch = i686
@@ -23,6 +23,7 @@ pkgbase = linux-linode
replaces = linux
options = !strip
backup = etc/mkinitcpio.d/linux-linode.preset
+ backup = /boot/grub/menu.lst
source = http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.7.tar.xz
source = config
source = config.x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0bd0c9a91b11..e29af7242eb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _basekernel=3.7
_kernelname=${pkgname#linux}
_srcname=linux-${_basekernel}
pkgver=${_basekernel}.0
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="https://github.com/yardenac/linux-linode"
license=(GPL2)
@@ -27,7 +27,7 @@ depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
provides=(kernel26 linux)
conflicts=(kernel26 linux grub grub-legacy)
replaces=(kernel26 linux)
-backup=(etc/mkinitcpio.d/${pkgname}.preset)
+backup=(etc/mkinitcpio.d/${pkgname}.preset /boot/grub/menu.lst)
install=${pkgname}.install
build() {