Skip to content

Added support for whitelisting/blacklisting files in an installdir

Benjamin Winger requested to merge bmwinger/portmod:whitelist into master

This allows for ignoring certain files or directories if BLACKLIST is defined, or only installing certain files/directories if WHITELIST is defined.

Note that the two are mutually exclusive. Unfortunately, this does not support use conditionals, but it's also possible to define different installdirs for different use flag combinations.

Merge request reports