File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,15 @@ ifdef NO_PERL_MAKEMAKER
2424instdir_SQ = $(subst ','\'',$(prefix ) /lib)
2525$(makfile ) : ../GIT-CFLAGS Makefile
2626 echo all: private-Error.pm Git.pm > $@
27- echo ' mkdir -p blib/lib' >> $@
27+ echo ' mkdir -p blib/lib/Git' >> $@
28+ echo ' $(RM) blib/lib/Git/I18N.pm; cp Git/I18N.pm blib/lib/Git/' >> $@
2829 echo ' $(RM) blib/lib/Git.pm; cp Git.pm blib/lib/' >> $@
2930 echo ' $(RM) blib/lib/Error.pm' >> $@
3031 ' $(PERL_PATH_SQ)' -MError -e ' exit($$Error::VERSION < 0.15009)' || \
3132 echo ' cp private-Error.pm blib/lib/Error.pm' >> $@
3233 echo install: >> $@
33- echo ' mkdir -p "$$(DESTDIR)$(instdir_SQ)"' >> $@
34+ echo ' mkdir -p "$$(DESTDIR)$(instdir_SQ)/Git"' >> $@
35+ echo ' $(RM) "$$(DESTDIR)$(instdir_SQ)/Git/I18N.pm"; cp Git/I18N.pm "$$(DESTDIR)$(instdir_SQ)/Git/"' >> $@
3436 echo ' $(RM) "$$(DESTDIR)$(instdir_SQ)/Git.pm"; cp Git.pm "$$(DESTDIR)$(instdir_SQ)"' >> $@
3537 echo ' $(RM) "$$(DESTDIR)$(instdir_SQ)/Error.pm"' >> $@
3638 ' $(PERL_PATH_SQ)' -MError -e ' exit($$Error::VERSION < 0.15009)' || \
You can’t perform that action at this time.
0 commit comments