[csw-devel] SF.net SVN: gar:[10423] csw/mgar/pkg/dbus/trunk/files/dbus-sysdeps-unix.c. diff

wbonnet at users.sourceforge.net wbonnet at users.sourceforge.net
Sun Jul 4 18:16:51 CEST 2010


Revision: 10423
          http://gar.svn.sourceforge.net/gar/?rev=10423&view=rev
Author:   wbonnet
Date:     2010-07-04 16:16:51 +0000 (Sun, 04 Jul 2010)

Log Message:
-----------
Patching XDG_DATA_DIRS

Modified Paths:
--------------
    csw/mgar/pkg/dbus/trunk/files/dbus-sysdeps-unix.c.diff

Modified: csw/mgar/pkg/dbus/trunk/files/dbus-sysdeps-unix.c.diff
===================================================================
--- csw/mgar/pkg/dbus/trunk/files/dbus-sysdeps-unix.c.diff	2010-07-04 13:52:34 UTC (rev 10422)
+++ csw/mgar/pkg/dbus/trunk/files/dbus-sysdeps-unix.c.diff	2010-07-04 16:16:51 UTC (rev 10423)
@@ -15,7 +15,7 @@
    else
      {
 -      if (!_dbus_string_append (&servicedir_path, "/usr/local/share:/usr/share:"))
-+      if (!_dbus_string_append (&servicedir_path, "/opt/csw/share:"))
++      if (!_dbus_string_append (&servicedir_path, "/opt/csw/share:/usr/local/share:/usr/share:"))
          goto oom;
      }
 
@@ -24,7 +24,7 @@
    else
      {
 -      if (!_dbus_string_append (&servicedir_path, "/usr/local/share:/usr/share:"))
-+      if (!_dbus_string_append (&servicedir_path, "/opt/csw/share:"))
++      if (!_dbus_string_append (&servicedir_path, "/opt/csw/share:/usr/local/share:/usr/share:"))
          goto oom;
      }
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list