Revision: 9520
          http://gar.svn.sourceforge.net/gar/?rev=9520&view=rev
Author:   bdwalton
Date:     2010-04-02 19:18:35 +0000 (Fri, 02 Apr 2010)

Log Message:
-----------
ruby19: correct cswrbconfig for solaris 9 build

Modified Paths:
--------------
    csw/mgar/pkg/ruby19/trunk/files/cswrbconfig

Modified: csw/mgar/pkg/ruby19/trunk/files/cswrbconfig
===================================================================
--- csw/mgar/pkg/ruby19/trunk/files/cswrbconfig 2010-04-02 16:54:57 UTC (rev 
9519)
+++ csw/mgar/pkg/ruby19/trunk/files/cswrbconfig 2010-04-02 19:18:35 UTC (rev 
9520)
@@ -1,7 +1,7 @@
 #!/opt/csw/bin/ruby19 -w
 
 ARCH = %x{uname -p}.chomp
-CONFD = "/opt/csw/lib/ruby/1.9.1/#{ARCH}-solaris2.8"
+CONFD = "/opt/csw/lib/ruby/1.9.1/#{ARCH}-solaris2.9"
 RBC = File.join(CONFD, "rbconfig.rb")
 CUR_RBC = File.readlink(RBC).gsub(/.*\./, '')
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to