[MacPorts] #13421: mysql5 makes relative links in /opt/local/bin

MacPorts noreply at macports.org
Fri Sep 19 23:27:00 PDT 2008


#13421: mysql5 makes relative links in /opt/local/bin
---------------------------------------+------------------------------------
  Reporter:  branson at sandsecurity.com  |       Owner:  ryandesign at macports.org
      Type:  defect                    |      Status:  new                    
  Priority:  Normal                    |   Milestone:  Port Bugs              
 Component:  ports                     |     Version:  1.5.2                  
Resolution:                            |    Keywords:  mysql, cpan,           
      Port:  mysql5, mysql5-devel      |  
---------------------------------------+------------------------------------
Description changed by ryandesign at macports.org:

Old description:

> This breaks several things like CPAN which require authoritative links.
>
> My solution was:
>
> cd /opt/local/lib/mysql5/bin;
> for a in * ;
> for > ln -sf /opt/local/lib/mysql5/bin/$a /opt/local/bin/$a

New description:

 This breaks several things like CPAN which require authoritative links.

 My solution was:

 {{{
 cd /opt/local/lib/mysql5/bin;
 for a in * ;
 for > ln -sf /opt/local/lib/mysql5/bin/$a /opt/local/bin/$a
 }}}

--

-- 
Ticket URL: <http://trac.macports.org/ticket/13421#comment:5>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list