summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/refind/refind-0.10.7-r1.ebuild2
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