recursively copy docs

Ryan Schmidt ryandesign at macports.org
Sat Jul 29 18:39:59 UTC 2017


On Jul 29, 2017, at 13:36, db wrote:
> 
> I want to recursively copy a port's documentation which has nested dirs.
> 
> Is there any caveat for using
> 
> exec cp -R ${worksrcpath}/sphinx-doc ${destroot}${docdir}
> 
> instead of the more canonical form in the wiki?
> 
> https://trac.macports.org/wiki/PortfileRecipes#doc

Just use:

copy ${worksrcpath}/sphinx-doc ${destroot}${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-dev/attachments/20170729/3572acff/attachment.html>


More information about the macports-dev mailing list