Skip to content

Restructured portmod.globals

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

Moved default values outside of if statement to ensure that they always have a value

Previously ACCEPT_LICENSE was not defined in case a config file was not found. This fixes that and restructures portmod.globals to avoid this in future.

Merge request reports