aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryardenac2012-12-13 15:57:49 -0800
committeryar2015-07-03 16:58:20 -0700
commite1f89868f59a7c939e6a5fa7d20ebe786aaf2148 (patch)
treebb3200e4a9f181805c33483aa7a87a1863ab2b30 /PKGBUILD
parentefa3eb9ba50dc62e7703f3f1465e3f5a9e40377f (diff)
downloadaur-e1f89868f59a7c939e6a5fa7d20ebe786aaf2148.tar.gz
"backup entry should not contain leading slash"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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() {