tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bulk build
On Wed, Apr 14, 2010 at 06:38:53PM -0400, Sean Boudreau wrote:
> I fixed this issue by seeding some envars in build-client-start
> and scan-client start; however, I'm now failing in the install of
> pkgtools/digest. bulklog/digest-20080510/install.log contains
> the following. It looks like the mkdir is missing '/digest' on
> the end. If anyone has any ideas it would be appreciated.
No, this is either a bug in install-sh or in the shell.
Basically:
mkdir -p /tmp/bar
install-sh foo /tmp/bar
and
mkdir -p /tmp/bar
install-sh foo /tmp/bar/foo
are suppossed to be identical. I don't know why that fails for you
though.
Joerg
Home |
Main Index |
Thread Index |
Old Index