Fix extensions packaging conf directory.
Review Request #15035 — Created May 9, 2026 and submitted — Latest diff uploaded
At one point during the extensions packaging backend development, we
moved things into apackagingsubdir. This failed to include the
confdirectory, which contains asettings_local.pyfile to use when
building the extensions. The build backend was still attempting to find
it in the same dir and failing.
Built an extension that used this.