metadata: add THE_PACKAGES_REGEXP to DOT_BASE too!

For some reason DOT_BASE only got BASE_PACKAGES_REGEXP so e.g.
browser feature use well could result in the lack of a browser
if no metapackage pulls one in!

X-Brown-Paper-Bag :-(
This commit is contained in:
Michael Shigorin 2016-12-05 00:01:57 +03:00
parent 0bac7d68d4
commit 3dc01e0719

View File

@ -7,7 +7,7 @@ METADIR := files/Metadata
WHATEVER += metadata
# handle these too
DOT_BASE += $(BASE_PACKAGES_REGEXP)
DOT_BASE += $(BASE_PACKAGES_REGEXP) $(THE_PACKAGES_REGEXP)
# args: type, name
define dump