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

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 5 14:42:18 PDT 2007


Revision: 26746
          http://trac.macosforge.org/projects/macports/changeset/26746
Author:   ryandesign at macports.org
Date:     2007-07-05 14:42:17 -0700 (Thu, 05 Jul 2007)

Log Message:
-----------
mysql5: fix my*5 symlinks that got broken in r26683; thanks to Peter Farsinsen for noticing.

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

Modified: trunk/dports/databases/mysql5/Portfile
===================================================================
--- trunk/dports/databases/mysql5/Portfile	2007-07-05 21:21:38 UTC (rev 26745)
+++ trunk/dports/databases/mysql5/Portfile	2007-07-05 21:42:17 UTC (rev 26746)
@@ -90,7 +90,7 @@
 	# Symlink mysql binaries into bin directory, with a 5 appended to the name
 	cd ${destroot}${prefix}/bin
 	foreach f [glob -tails -directory ${destroot}${prefix}/lib/${name}/bin my*] {
-		ln -sf ../lib/${name}/bin/${f}5
+		ln -sf ../lib/${name}/bin/${f} ${f}5
 	}
 }
 

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


More information about the macports-changes mailing list