diff options
author | Sam Jorna <wraeth@gentoo.org> | 2017-05-15 21:02:09 +1000 |
---|---|---|
committer | Sam Jorna <wraeth@gentoo.org> | 2017-05-15 21:02:09 +1000 |
commit | fed31007dc4f3911bfb55bab5273de7f64388140 (patch) | |
tree | caaa9f6638e7c272f4473455a0154a7c8a311110 /sys-boot/refind | |
parent | sys-kernel/vanilla-sources: Automated version bump to {4.4.68,4.9.28,4.10.16,... (diff) | |
download | gentoo-fed31007dc4f3911bfb55bab5273de7f64388140.tar.gz gentoo-fed31007dc4f3911bfb55bab5273de7f64388140.tar.bz2 gentoo-fed31007dc4f3911bfb55bab5273de7f64388140.zip |
sys-boot/refind: fix incorrect patch name
Gentoo-Bug: 618510
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sys-boot/refind')
-rw-r--r-- | sys-boot/refind/refind-0.10.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/refind/refind-0.10.7-r1.ebuild b/sys-boot/refind/refind-0.10.7-r1.ebuild index b77f6fc42e80..a17a793c16f0 100644 --- a/sys-boot/refind/refind-0.10.7-r1.ebuild +++ b/sys-boot/refind/refind-0.10.7-r1.ebuild @@ -55,7 +55,7 @@ src_prepare() { default # bug 616668 - build fails against gnu-efi-3.0.5 - eapply "${FILESDIR}"/"${PF}"-fix_build_gnuefi-3.0.5.patch + eapply "${FILESDIR}"/"${P}"-fix_build_gnuefi-3.0.5.patch # bug 598647 - PIE not supported sed -e 's:CFLAGS =:& -fno-PIE:' -i "${S}/Make.common" || die |