diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-08-06 05:41:06 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-08-06 05:41:06 -0300 |
commit | 699a84ed30ba2c3e6bebb44f347cbb267b34e6bf (patch) | |
tree | 735e794a31fd39a8fd00a8f4bdd7052ba987c196 | |
parent | 3bceb8ef7bd90a9d8e3e00cc906741c9d4525d6e (diff) | |
download | abslibre-699a84ed30ba2c3e6bebb44f347cbb267b34e6bf.tar.gz abslibre-699a84ed30ba2c3e6bebb44f347cbb267b34e6bf.tar.bz2 abslibre-699a84ed30ba2c3e6bebb44f347cbb267b34e6bf.zip |
grub: fix 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') |