diff --git a/Build/ProductCompose.pm b/Build/ProductCompose.pm index ea1aa5c70..b1af970ca 100644 --- a/Build/ProductCompose.pm +++ b/Build/ProductCompose.pm @@ -119,7 +119,8 @@ sub parse { } $ret->{deps} = \@merged; - # can we live without additional repository config? + # We have currently no option to configure own path list for the product on purpose + $ret->{path} = '_obsrepositories/'; return $ret; }