abinfo "Manpages: Removing stray whitespaces at beginning of lines..."
find "$PKGDIR/usr/share/man/" -type f -exec sed -i {} -E -e 's/^( |\t)+//g' \;

abinfo "Setting executable bits on shared objects ..."
chmod -v +x "$PKGDIR"/usr/lib/*.so*
