On 08/07/2009 02:55 PM, Randal, Phil wrote:
On my test box,
Make install
Fails to install v330.pre (it's not even mentioned in the
config__install section of the Makefile).
Cheers,
Phil
Makefile.PL contains...
conf__install:
-$(MKPATH) $(B_CONFDIR)
$(PERL) -MFile::Copy -e "copy(q{rules/local.cf},
q{$(B_CONFDIR)/local.cf}) unless -f q{$(B_CONFDIR)/local.cf}"
$(PERL) -MFile::Copy -e "copy(q{rules/init.pre},
q{$(B_CONFDIR)/init.pre}) unless -f q{$(B_CONFDIR)/init.pre}"
$(PERL) -MFile::Copy -e "copy(q{rules/v310.pre},
q{$(B_CONFDIR)/v310.pre}) unless -f q{$(B_CONFDIR)/v310.pre}"
$(PERL) -MFile::Copy -e "copy(q{rules/v312.pre},
q{$(B_CONFDIR)/v312.pre}) unless -f q{$(B_CONFDIR)/v312.pre}"
$(PERL) -MFile::Copy -e "copy(q{rules/v320.pre},
q{$(B_CONFDIR)/v320.pre}) unless -f q{$(B_CONFDIR)/v320.pre}"
No mention of v330.pre. Was this intentional?
Warren