[MacPorts] #16553: slime: don't use cd command

MacPorts noreply at macports.org
Tue Sep 16 07:48:25 PDT 2008


#16553: slime: don't use cd command
--------------------------------------+-------------------------------------
  Reporter:  ryandesign at macports.org  |       Owner:  easieste at macports.org
      Type:  defect                   |      Status:  closed               
  Priority:  Normal                   |   Milestone:  Port Bugs            
 Component:  ports                    |     Version:  1.7.0                
Resolution:  fixed                    |    Keywords:                       
      Port:  slime                    |  
--------------------------------------+-------------------------------------
Changes (by easieste at macports.org):

  * status:  assigned => closed
  * resolution:  => fixed


Comment:

 Fix applied in http://trac.macports.org/changeset/39997

 Did not use Ryan's suggested patch as basis of my patch (I didn't see the
 notification before I revisited this).

 To answer my question as to what to use:

 1.  Use inside of system invocation with conditional pipeline execution
 ("&&")

   ex:   system "cd ${worksrcpath} && DO_SOMETHING ... "

 2.  For xinstall usage, use either the '-W' argument or use absolute
 paths:

   ex:  xinstall -W ${worksrcpath} -d ${prefix}/share/local

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


More information about the macports-tickets mailing list