author | Felipe Contreras <felipe.contreras@gmail.com> | |
Fri, 6 Apr 2012 12:22:30 +0000 (15:22 +0300) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 6 Apr 2012 17:15:11 +0000 (10:15 -0700) | ||
commit | e681a93a98bf2ab1ef672ed70c81f0c0fbea68b5 | |
tree | 219bcf4355cd442c7d760802ade53cc3fbb16460 | tree | snapshot |
parent | e5056c05ecd2bdaceaa95e12e9e94b1584ec59c8 | commit | diff |
spec: add missing build dependency
Otherwise:
/usr/bin/perl Makefile.PL PREFIX='/opt/git' INSTALL_BASE=''
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: ...) at Makefile.PL line 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.
make[1]: *** [perl.mak] Error 2
make: *** [perl/perl.mak] Error 2
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Otherwise:
/usr/bin/perl Makefile.PL PREFIX='/opt/git' INSTALL_BASE=''
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: ...) at Makefile.PL line 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.
make[1]: *** [perl.mak] Error 2
make: *** [perl/perl.mak] Error 2
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git.spec.in | diff | blob | history |