From: Jesse Vincent Date: Fri, 2 Oct 2009 18:10:54 +0000 (+0900) Subject: Our makemeta invocation was wrong (after miniperl stopped working) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8670a2bf64385636ef52f4337bf05876cb4f0b4c;p=p5sagit%2Fp5-mst-13.2.git Our makemeta invocation was wrong (after miniperl stopped working) --- diff --git a/Makefile.SH b/Makefile.SH index 58fd626..42733de 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1019,7 +1019,7 @@ extras.install: perl$(EXE_EXT) no-install install.perl install.man install.html META.yml: Porting/makemeta Porting/Maintainers.pl Porting/Maintainers.pm - $(PERL) Porting/makemeta + PATH="`pwd`:${PATH}" PERL5LIB="`pwd`/lib" $(LDLIBPTH) $(RUN) ./perl -Ilib Porting/makemeta install-strip: $(MAKE) STRIPFLAGS=-s install DESTDIR="$(DESTDIR)"