On Thu, May 21, 2020 at 10:34 AM Daniel Cordero <[email protected]> wrote: > > From: Daniel Cordero <[email protected]> > > There is some code that uses this option - set_install_mask() - but it was not > added to the list of valid specfile options. > > The only mention of use is in the embedded target, but it may also be useful > for other stages. > --- > install_mask allows the use of wildcard glob patterns, where */rm > doesn't. > > catalyst/base/stagebase.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py > index 651bf4e4..3e8f074e 100644 > --- a/catalyst/base/stagebase.py > +++ b/catalyst/base/stagebase.py > @@ -54,6 +54,7 @@ class StageBase(TargetBase, ClearBase, GenBase): > "fcflags", > "fflags", > "hostuse", > + "install_mask", > "kerncache_path", > "ldflags", > "makeopts", > -- > 2.26.2
Nice. I'll add a bit of documentation to the man page when I commit this.
