Skip to content

Fixed regression in profile selection during initialization

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

The result from list_profiles is used to select a profile during init however it was returning a profile name, rather than the absolute profile path.

The regression was in a commit shortly after the 2.1.0 release, so it only affects the development version.

Merge request reports