worksrcpath with spaces

Ryan Schmidt ryandesign at macports.org
Mon Dec 26 12:42:48 PST 2011


On Dec 26, 2011, at 14:20, Bradley Giesbrecht wrote:

> Is there a workaround?
> 
> https://trac.macports.org/ticket/12429

In post-extract, rename the directory to a name that doesn't have spaces. Maybe you can even use the standard snippet we use for github ports:

post-extract {
    move [glob ${workpath}/*] ${worksrcpath}
}





More information about the macports-dev mailing list