abinfo "Setting executable bit on shared libraries..."
find "${PKGDIR}" -name "*.so" -exec chmod -v +x {} \;
