Don’t prepend installroot to cachedir when set from commandline When –setopt is used to set cachedir (or logdir/persistdir) explicitly, prepend_installroot should not override the user choice by prepending the installroot path. Matches the existing behavior of _search_inside_installroot which already skips options at PRIO_COMMANDLINE. Fixes #2011
Don’t prepend installroot to cachedir when set from commandline
When –setopt is used to set cachedir (or logdir/persistdir) explicitly, prepend_installroot should not override the user choice by prepending the installroot path. Matches the existing behavior of _search_inside_installroot which already skips options at PRIO_COMMANDLINE.
Fixes #2011