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 [[ -f ${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} \ |