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

(-)a/bin/install-qa-check.d/05prefix (-2 / +1 lines)
Lines 49-55 install_qa_check_prefix() { Link Here
49
		line=( ${line#"#!"} )
49
		line=( ${line#"#!"} )
50
		IFS=${oldIFS}
50
		IFS=${oldIFS}
51
		[[ ${WHITELIST} == *" ${line[0]} "* ]] && continue
51
		[[ ${WHITELIST} == *" ${line[0]} "* ]] && continue
52
		local fp=${fn#${D}} ; fp=/${fp%/*}
52
		local fp=${fn#${D}} ; fp=${fp%/*}
53
		# line[0] can be an absolutised path, bug #342929
53
		# line[0] can be an absolutised path, bug #342929
54
		local eprefix=$(canonicalize ${EPREFIX})
54
		local eprefix=$(canonicalize ${EPREFIX})
55
		local rf=${fn}
55
		local rf=${fn}
56
- 

Return to bug 909147