From: Lennart Poettering Date: Fri, 18 Sep 2009 21:31:54 +0000 (+0200) Subject: gconf: run the wrapper script when running gconf-helper from build tree X-Git-Tag: v0.9.18~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56e1290ef688ed0836d34492bc55c1f41f09c2f5;p=platform%2Fupstream%2Fpulseaudio.git gconf: run the wrapper script when running gconf-helper from build tree --- diff --git a/src/modules/gconf/module-gconf.c b/src/modules/gconf/module-gconf.c index 85523b3..5f31d68 100644 --- a/src/modules/gconf/module-gconf.c +++ b/src/modules/gconf/module-gconf.c @@ -342,7 +342,7 @@ int pa__init(pa_module*m) { if ((u->fd = pa_start_child_for_read( #if defined(__linux__) && !defined(__OPTIMIZE__) - pa_run_from_build_tree() ? PA_BUILDDIR "/.libs/gconf-helper" : + pa_run_from_build_tree() ? PA_BUILDDIR "/gconf-helper" : #endif PA_GCONF_HELPER, NULL, &u->pid)) < 0) goto fail;