]> code.delx.au - pulseaudio/commitdiff
gconf: run the wrapper script when running gconf-helper from build tree
authorLennart Poettering <lennart@poettering.net>
Fri, 18 Sep 2009 21:31:54 +0000 (23:31 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 18 Sep 2009 21:31:54 +0000 (23:31 +0200)
src/modules/gconf/module-gconf.c

index 85523b390a6b320315d8830e36b5deee7dbf8848..5f31d68840ad2c2246d74ca6469de2f6a2bb4393 100644 (file)
@@ -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;