diff options
Diffstat (limited to 'libre/grub/PKGBUILD')
-rw-r--r-- | libre/grub/PKGBUILD | 2 |
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') |