Subject: Re: Is it acceptable to install by ${TAR}?
To: None <tech-pkg@netbsd.org>
From: Rui-Xiang Guo <rxg@myrealbox.com>
List: tech-pkg
Date: 01/02/2006 18:11:07
On Mon, Jan 02, 2006 at 09:52:44AM +0100, joerg@britannica.bec.de wrote:
> On Mon, Jan 02, 2006 at 02:48:28PM +0800, Rui-Xiang Guo wrote:
> > 1. I use ${TAR} to install data instead of ${MV} and {RM} something?
> >    Is it acceptable?
> 
> ${PAX} -rw :-)

Hmm, I need the --exclude function, how to implement below by ${PAX}?
${TAR} --exclude src -cf - . |  ${TAR} -xf - -C ${PREFIX}/share/rox/ROX-Filer

> > 2. It seems there are some problems in the python pkgs, I get such error when
> >    I run python script from oroborox:
> 
> Ensure that textproc/py-expat is required from your package.

Yes, it works now. Thanks! :)