Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 118815 | Differences between
and this patch

Collapse All | Expand All

(-)bin/prepall (+6 lines)
Lines 7-12 Link Here
7
prepallinfo
7
prepallinfo
8
prepallstrip
8
prepallstrip
9
9
10
for configscript in "${D}"usr/bin/*-config ; do
11
	if ! [[ -L ${configscript} ]] ; then 
12
		/usr/lib/portage/bin/generate-config-wrapper ${configscript}
13
	fi
14
done
15
10
# this should help to ensure that all (most?) shared libraries are executable
16
# this should help to ensure that all (most?) shared libraries are executable
11
# and that all libtool scripts / static libraries are not executable
17
# and that all libtool scripts / static libraries are not executable
12
for i in "${D}"opt/*/lib{,32,64} \
18
for i in "${D}"opt/*/lib{,32,64} \

Return to bug 118815