Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 586438
Collapse All | Expand All

(-)prefix-portage-2.2.28/bin/install-qa-check.d/05prefix.orig (+1 lines)
Lines 1-6 Link Here
1
# Prefix specific QA checks
1
# Prefix specific QA checks
2
2
3
install_qa_check_prefix() {
3
install_qa_check_prefix() {
4
	use prefix || return
4
	[[ ${ED} == ${D} ]] && return
5
	[[ ${ED} == ${D} ]] && return
5
6
6
	if [[ -d ${ED}/${D} ]] ; then
7
	if [[ -d ${ED}/${D} ]] ; then

Return to bug 586438