aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryardenac2012-12-13 15:56:23 -0800
committeryar2015-07-03 16:58:20 -0700
commitefa3eb9ba50dc62e7703f3f1465e3f5a9e40377f (patch)
tree5dc91befd339ce251cc425c3cdea10acaf92a9f8 /PKGBUILD
parentc4bbd7ae08d997532b237a8f764c8d61b0d16e14 (diff)
downloadaur-efa3eb9ba50dc62e7703f3f1465e3f5a9e40377f.tar.gz
don't clobber local menu.lst edits
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {