]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Handle directories in debian/not-installed correctly (#35832)
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 3 Jan 2025 19:27:05 +0000 (20:27 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Jan 2025 19:27:05 +0000 (20:27 +0100)
If a directory is specified without a glob pattern, we have to exclude
all files in that directory, so add a recursive glob to every directory
and enable the bash globstar feature when globbing to '**/*' matches all
files and directories beneath the given directory.


Trivial merge