[28894] trunk/dports/databases/mysql5/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 10 19:47:06 PDT 2007


Revision: 28894
          http://trac.macosforge.org/projects/macports/changeset/28894
Author:   ryandesign at macports.org
Date:     2007-09-10 19:47:05 -0700 (Mon, 10 Sep 2007)

Log Message:
-----------
mysql5: fix the symlinks which I broke in r28860, sorry! Thanks to Tamal White for noticing.

Modified Paths:
--------------
    trunk/dports/databases/mysql5/Portfile

Modified: trunk/dports/databases/mysql5/Portfile
===================================================================
--- trunk/dports/databases/mysql5/Portfile	2007-09-11 02:00:30 UTC (rev 28893)
+++ trunk/dports/databases/mysql5/Portfile	2007-09-11 02:47:05 UTC (rev 28894)
@@ -4,7 +4,7 @@
 
 name                mysql5
 version             5.0.45
-revision            2
+revision            3
 homepage            http://www.mysql.com/
 categories          databases
 platforms           darwin
@@ -110,7 +110,7 @@
 	
 	# Symlink mysql binaries into bin directory, with ${major_version} appended to the name
 	foreach f [glob -tails -directory ${destroot}${prefix}/lib/${mysql}/bin my*] {
-		ln -sf ${destroot}${prefix}/lib/${mysql}/bin/${f} ${destroot}${prefix}/bin/${f}${major_version}
+		ln -sf ../lib/${mysql}/bin/${f} ${destroot}${prefix}/bin/${f}${major_version}
 	}
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070910/58af36d8/attachment.html


More information about the macports-changes mailing list