adjust various data/library paths automatically if we are run from a build tree

This commit is contained in:
Lennart Poettering 2009-08-21 03:43:53 +02:00
parent a562978509
commit 8a2a6b2004
6 changed files with 59 additions and 7 deletions

View file

@ -774,6 +774,8 @@ int main(int argc, char *argv[]) {
pa_log_info(_("Using state directory %s."), s);
pa_xfree(s);
pa_log_info(_("Using modules directory %s."), conf->dl_search_path);
pa_log_info(_("Running in system mode: %s"), pa_yes_no(pa_in_system_mode()));
if (pa_in_system_mode())