summaryrefslogtreecommitdiff
path: root/libre/grub
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-08-06 05:41:06 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-08-06 05:41:06 -0300
commit699a84ed30ba2c3e6bebb44f347cbb267b34e6bf (patch)
tree735e794a31fd39a8fd00a8f4bdd7052ba987c196 /libre/grub
parent3bceb8ef7bd90a9d8e3e00cc906741c9d4525d6e (diff)
grub: fix PKGBUILD
Diffstat (limited to 'libre/grub')
-rw-r--r--libre/grub/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD
index 8c75d67e6..9191e302b 100644
--- a/libre/grub/PKGBUILD
+++ b/libre/grub/PKGBUILD
@@ -41,7 +41,7 @@ epoch='1'
url='https://www.gnu.org/software/grub/'
arch=('x86_64' 'i686' 'armv7h')
license=('GPL3')
-backup=('boot/grub/grub.cfg' 'etc/default/grub' 'etc/grub.d/40_custom')
+backup=('etc/default/grub' 'etc/grub.d/40_custom')
install="${pkgname}.install"
options=('!makeflags')
depends=('sh' 'xz' 'gettext' 'device-mapper')