projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d684714
)
Mention bugs.gentoo.org when asking the user to post config.log.
author
Jason Stubbs
<jstubbs@gentoo.org>
Wed, 21 Dec 2005 16:04:24 +0000
(16:04 -0000)
committer
Jason Stubbs
<jstubbs@gentoo.org>
Wed, 21 Dec 2005 16:04:24 +0000
(16:04 -0000)
svn path=/main/trunk/; revision=2428
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index c4f030113290c36be77eab9048adc5f7feae6365..ce467045cb3bb6083bd3b245c08c5767f817315c 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-483,7
+483,7
@@
econf() {
if [ -s config.log ]; then
echo
- echo "!!! Please attach the
config.log to your bug report
:"
+ echo "!!! Please attach the
following file when filing a report to bugs.gentoo.org
:"
echo "!!! ${PWD}/config.log"
fi
die "econf failed"