diff options
Diffstat (limited to 'sys-fs/aufs3/aufs3-3_p20130722.ebuild')
-rw-r--r-- | sys-fs/aufs3/aufs3-3_p20130722.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/aufs3/aufs3-3_p20130722.ebuild b/sys-fs/aufs3/aufs3-3_p20130722.ebuild index f1bd2197a0cb..70c2034190a3 100644 --- a/sys-fs/aufs3/aufs3-3_p20130722.ebuild +++ b/sys-fs/aufs3/aufs3-3_p20130722.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20130722.ebuild,v 1.1 2013/07/22 06:46:18 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20130722.ebuild,v 1.2 2013/10/08 13:24:12 jlec Exp $ EAPI=5 @@ -74,7 +74,7 @@ pkg_setup() { else eerror "You need to apply a patch to your kernel to compile and run the ${PN} module" eerror "Either enable the kernel-patch useflag to do it with this ebuild" - eerror "or apply ${EPRFIX}/usr/share/doc/${PF}/${PN}-standalone-base-combined.patch by hand" + eerror "or apply "${T}"/${PN}-standalone/${PN}-standalone-base-combined.patch by hand" die "missing kernel patch, please apply it first" fi fi |