[csw-devel] SF.net SVN: gar:[18365] csw/mgar/pkg/librecad/trunk/files/ 0001-adjust-rs_system-forcsw.patch

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Tue Jun 12 16:02:48 CEST 2012


Revision: 18365
          http://gar.svn.sourceforge.net/gar/?rev=18365&view=rev
Author:   cgrzemba
Date:     2012-06-12 14:02:46 +0000 (Tue, 12 Jun 2012)
Log Message:
-----------
librecad/trunk: adjust appDir patch

Modified Paths:
--------------
    csw/mgar/pkg/librecad/trunk/files/0001-adjust-rs_system-forcsw.patch

Modified: csw/mgar/pkg/librecad/trunk/files/0001-adjust-rs_system-forcsw.patch
===================================================================
--- csw/mgar/pkg/librecad/trunk/files/0001-adjust-rs_system-forcsw.patch	2012-06-12 12:10:41 UTC (rev 18364)
+++ csw/mgar/pkg/librecad/trunk/files/0001-adjust-rs_system-forcsw.patch	2012-06-12 14:02:46 UTC (rev 18365)
@@ -4,7 +4,7 @@
  
          // Others, RVT April 25, 2011 removed, doesn anybody use that still?
          // dirList.append("/usr/X11R6/share/" + appDirName + "/" + subDirectory);
-+        dirList.append("/opt/csw/share/" + appDirName + "/" + subDirectory);
++        dirList.append("/opt/csw/gxx/share/" + appDirName + "/" + subDirectory);
  
  
  #ifdef Q_OS_MAC
@@ -12,7 +12,7 @@
          // Add support directory if librecad is run-in-place,
          // not for Apple because it uses resources this is more for unix systems
          dirList.append(appDir + "/resources/" + subDirectory);
-+        dirList.append("/opt/csw/share/"+ appDirName + "/resources/" + subDirectory);
++        dirList.append("/opt/csw/gxx/share/"+ appDirName + "/resources/" + subDirectory);
  #endif
  
      // Individual directories:

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