Date: Sat, 12 Jan 2002 12:40:31 -0500 From: Alan E <alane@geeksrus.net> To: Ken Stailey <kstailey@surfbest.net>, ports@FreeBSD.ORG Subject: Re: need advice about how to procede Message-ID: <200201121740.g0CHeVe22201@wwweasel.geeksrus.net> In-Reply-To: <3C40443C.3060506@surfbest.net> References: <3C3F917B.1080302@surfbest.net> <3C403B2D.1060106@surfbest.net> <3C40443C.3060506@surfbest.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 12 January 2002 09:12, Ken Stailey wrote: > > One problem is the port has a little tree of data files. "-cp -R > > ${WRKSRC}/foo ${PROD_HOME}" works just fine. > > Is there a way to install a tree with ${INSTALLL_DATA} that isn't too > > much trouble? > > > > Thanks, > > Ken > > Screw it. I did it with explicit lists and .for / .forend > Would be nice if there were recursive tools for these cases. Ooh... how 'bout find ${TOPOFTREE} | cpio -pdm -R ${LIBOWN}:${LIBGRP} \ ${PREFIX}/libexec/${PROD_HOME} Advantage of cpio is you can set the owner:group as you copy. -- Alan Eldridge Pmmfmffmmfmp mmmpppppffmpmfpmpppff PmpMpmMpp ppfppp MpfpffmppmppMmpFmmMpm mfpmmmmmfpmpmpppff. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201121740.g0CHeVe22201>