abuild is in temp/ and exta-repos/systemd/
The repo_bootstrap logic assumed that abuild is in exta-repos/systemd and it broke in BPO after it was moved to temp. As quick workaround to continue with the systemd bringup on master branch, I'll copy it to exta-repos/systemd.
Without this change, BPO builds abuild, but then detects that this package does not belong in extra-repos/systemd and refuses to finish the bootstrap step. This is a safety mechanism, so we don't build unrelated packages in bootstrap by accident.