On Friday 15 June 2012 09:32:18 Michał Górny wrote:
> # Remove static libs we're not supposed to link against.
> if grep -q '^shouldnotlink=yes$' "${f}"; then
> - einfo "Removing unnecessary ${archivefile#${D%/}}"
> - rm -f "${archivefile}"
> + if [[ -f ${archivefile} ]]; then
> + einfo "Removing unnecessary
> ${archivefile#${D%/}} (static
plugin)"
> + rm -f "${archivefile}"
> + fihighly unlikely, but this would skip symlinks that are broken in $D, but valid once merged into $ROOT -mike
signature.asc
Description: This is a digitally signed message part.
