summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default-bsd/profile.bashrc')
-rw-r--r--profiles/default-bsd/profile.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-bsd/profile.bashrc b/profiles/default-bsd/profile.bashrc
index 19145fa7d9f4..03950c99ee6b 100644
--- a/profiles/default-bsd/profile.bashrc
+++ b/profiles/default-bsd/profile.bashrc
@@ -1,8 +1,8 @@
if [[ ${EBUILD_PHASE} == compile ]] ; then
if grep -q "Assume that mode_t is passed compatibly" ${S} -r --include openat.c; then
- eerror "The source code contains a faulty openal.c unit from gnulib."
+ eerror "The source code contains a faulty openat.c unit from gnulib."
eerror "Please report this on Gentoo Bugzilla in Gentoo BSD product."
eerror "http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20BSD"
- die "Broken openal.c gnulib unit."
+ die "Broken openat.c gnulib unit."
fi
fi