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

(-)a/bin/misc-functions.sh (-4 / +4 lines)
Lines 577-586 install_qa_check() { Link Here
577
	# this should help to ensure that all (most?) shared libraries are executable
577
	# this should help to ensure that all (most?) shared libraries are executable
578
	# and that all libtool scripts / static libraries are not executable
578
	# and that all libtool scripts / static libraries are not executable
579
	local j
579
	local j
580
	for i in "${ED}"opt/*/lib{,32,64} \
580
	for i in "${ED}"opt/*/lib{,32,x32,64} \
581
	         "${ED}"lib{,32,64}       \
581
	         "${ED}"lib{,32,x32,64}       \
582
	         "${ED}"usr/lib{,32,64}   \
582
	         "${ED}"usr/lib{,32,x32,64}   \
583
	         "${ED}"usr/X11R6/lib{,32,64} ; do
583
	         "${ED}"usr/X11R6/lib{,32,x32,64} ; do
584
		[[ ! -d ${i} ]] && continue
584
		[[ ! -d ${i} ]] && continue
585
585
586
		for j in "${i}"/*.so.* "${i}"/*.so ; do
586
		for j in "${i}"/*.so.* "${i}"/*.so ; do

Return to bug 435834