projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12cc872
)
Clarify "Excessive files" QA die message.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 6 Mar 2013 22:16:34 +0000
(14:16 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 6 Mar 2013 22:16:34 +0000
(14:16 -0800)
bin/misc-functions.sh
patch
|
blob
|
history
diff --git
a/bin/misc-functions.sh
b/bin/misc-functions.sh
index ba4fb0f0ce23ddc0c8b9384d0f21ec43f09d81d9..18a5d55b72848eba6ad4a973d79b3a916ff91c48 100755
(executable)
--- a/
bin/misc-functions.sh
+++ b/
bin/misc-functions.sh
@@
-650,7
+650,7
@@
install_qa_check() {
eqawarn "QA Notice: Excessive files found in the / partition"
eqawarn "${f}"
__vecho -ne '\n'
- die "static archives (*.a) and libtool library files (*.la)
do not belong in /
"
+ die "static archives (*.a) and libtool library files (*.la)
belong in /usr/lib*, not /lib*
"
fi
# Verify that the libtool files don't contain bogus $D entries.