diff options
Diffstat (limited to 'packages/sys-boot/grub/grub-2.02-r3.exheres-0')
-rw-r--r-- | packages/sys-boot/grub/grub-2.02-r3.exheres-0 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/sys-boot/grub/grub-2.02-r3.exheres-0 b/packages/sys-boot/grub/grub-2.02-r3.exheres-0 new file mode 100644 index 0000000..5a7c080 --- /dev/null +++ b/packages/sys-boot/grub/grub-2.02-r3.exheres-0 @@ -0,0 +1,13 @@ +# Copyright 2015 Ivan Diorditsa <ivan.diorditsa@gmail.com> +# Distributed under the terms of the GNU General Public License v2 + +require grub + +SLOT="0" +PLATFORMS="~amd64 ~armv7 ~armv8 ~x86" + +DEFAULT_SRC_PREPARE_PATCHES=( + "${FILES}"/a698240df0c43278b2d1d7259c8e7a6926c63112.patch + "${FILES}"/cda0a857dd7a27cd5d621747464bfe71e8727fff.patch +) + |