|
Lines 172-178
suidfiles() {
Link Here
|
| 172 |
return 0 |
172 |
return 0 |
| 173 |
} |
173 |
} |
| 174 |
|
174 |
|
| 175 |
checks="shebang symlinks paths stripped desktopfileutils sharedmimeinfo suidfiles" |
175 |
libtool() { |
|
|
176 |
if [ -z "${USESLIBTOOL}" ]; then |
| 177 |
find ${STAGEDIR} -type f -name '*.la' | while read f; do |
| 178 |
grep -q 'libtool library' "${f}" && |
| 179 |
warn ".la libraries found, port needs USES=libtool" && |
| 180 |
return 0 || true |
| 181 |
done |
| 182 |
# The return above continues here. |
| 183 |
fi |
| 184 |
} |
| 185 |
|
| 186 |
checks="shebang symlinks paths stripped desktopfileutils sharedmimeinfo suidfiles libtool" |
| 176 |
|
187 |
|
| 177 |
ret=0 |
188 |
ret=0 |
| 178 |
cd ${STAGEDIR} |
189 |
cd ${STAGEDIR} |