[70657] trunk/dports/lang/ruby/Portfile

kimuraw at macports.org kimuraw at macports.org
Mon Aug 16 07:26:16 PDT 2010


Revision: 70657
          http://trac.macports.org/changeset/70657
Author:   kimuraw at macports.org
Date:     2010-08-16 07:26:14 -0700 (Mon, 16 Aug 2010)
Log Message:
-----------
lang/ruby: correct install locations of [site|vendor]_specific.rb

Modified Paths:
--------------
    trunk/dports/lang/ruby/Portfile

Modified: trunk/dports/lang/ruby/Portfile
===================================================================
--- trunk/dports/lang/ruby/Portfile	2010-08-16 14:14:26 UTC (rev 70656)
+++ trunk/dports/lang/ruby/Portfile	2010-08-16 14:26:14 UTC (rev 70657)
@@ -90,7 +90,7 @@
 destroot.target	install install-doc
 post-destroot {
 	foreach type {site vendor} {
-		set libdir ${destroot}${prefix}/lib/ruby/1.8
+		set libdir ${destroot}${prefix}/lib/ruby/${type}_ruby/1.8
 		xinstall -m 0755 -d ${libdir}
 		
 		# special file for installation control of modules
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100816/c6ef1938/attachment.html>


More information about the macports-changes mailing list