Commit 3dc01e07 authored by Michael Shigorin's avatar Michael Shigorin

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 :-(
parent 0bac7d68
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment