aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryardenac2012-12-13 15:57:49 -0800
committeryar2015-07-03 16:58:20 -0700
commite1f89868f59a7c939e6a5fa7d20ebe786aaf2148 (patch)
treebb3200e4a9f181805c33483aa7a87a1863ab2b30
parentefa3eb9ba50dc62e7703f3f1465e3f5a9e40377f (diff)
downloadaur-e1f89868f59a7c939e6a5fa7d20ebe786aaf2148.tar.gz
"backup entry should not contain leading slash"
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05b5f0aa5717..0c6c39bc86a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,7 +23,7 @@ pkgbase = linux-linode
replaces = linux
options = !strip
backup = etc/mkinitcpio.d/linux-linode.preset
- backup = /boot/grub/menu.lst
+ 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 e29af7242eb7..d37cdc4e855d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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 /boot/grub/menu.lst)
+backup=(etc/mkinitcpio.d/${pkgname}.preset boot/grub/menu.lst)
install=${pkgname}.install
build() {