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:
parent
0bac7d68d4
commit
3dc01e0719
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user