diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-05-03 07:33:28 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-05-03 07:33:28 +0200 |
commit | 28b29a56735da0bab768febb155e0822085ecd2b (patch) | |
tree | 17b52be4cf24aec1ae6919d2a91277dd39aee790 /libre/uboot-grub/PKGBUILD | |
parent | 399fbd7b799f82b0958b7b452974cd3617c92e8b (diff) | |
download | abslibre-28b29a56735da0bab768febb155e0822085ecd2b.tar.gz abslibre-28b29a56735da0bab768febb155e0822085ecd2b.tar.bz2 abslibre-28b29a56735da0bab768febb155e0822085ecd2b.zip |
fixing errors in pkgbuilds
Diffstat (limited to 'libre/uboot-grub/PKGBUILD')
-rw-r--r-- | libre/uboot-grub/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/uboot-grub/PKGBUILD b/libre/uboot-grub/PKGBUILD index 8c21d6548..267fd2802 100644 --- a/libre/uboot-grub/PKGBUILD +++ b/libre/uboot-grub/PKGBUILD @@ -42,7 +42,7 @@ prepare() { cd "${srcdir}/${_pkgbase}-${pkgver}/" msg '[Das U-Boot ver.2015.07]: Fix removing board selection choices optional' - patch -p1 -i "${srcdir}/0001-Revert-arch-Make-board-selection-choices-optional.patch + patch -p1 -i "${srcdir}/0001-Revert-arch-Make-board-selection-choices-optional.patch" msg 'Patch to boot on GRUB' patch -p1 -i "${srcdir}/uboot-am335x_evm_boot-on-grub.patch" |