efd0c24c
by Allan McRae at 2022-10-08T21:07:45+10:00
Always create directories outputted from debugedit in debug packages
The debugedit call to list all source files may include things like
build/<...>. We have been filtering out these <> files, but they can
point to the build directory which is important to be available for
relative source paths stored in the .debug files.
Signed-off-by: Allan McRae <allan@archlinux.org>