Re: [PATCH 1/1] perl: fix installing modules from contrib

2018-04-08 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: >> >> +perllibdir: >> +@echo $(perllibdir_SQ) This use of _SQ variant is fishy, isn't it? Judging from the output of $ git grep _SQ Makefile e.g. Makefile: $(INSTALL) $^ '$(DESTDIR_SQ)$(gitexec_instdir_SQ)' Makefile: $(INSTALL) $^ '$(DESTD

Re: [PATCH 1/1] perl: fix installing modules from contrib

2018-04-03 Thread Ævar Arnfjörð Bjarmason
On Tue, Apr 03 2018, Christian Hesse wrote: > Commit 20d2a30f (Makefile: replace perl/Makefile.PL with simple make rules) > removed a target that allowed Makefiles from contrib/ to get the correct > install path. This introduces a new target for main Makefile and fixes > installation for Mediawik

[PATCH 1/1] perl: fix installing modules from contrib

2018-04-03 Thread Christian Hesse
Commit 20d2a30f (Makefile: replace perl/Makefile.PL with simple make rules) removed a target that allowed Makefiles from contrib/ to get the correct install path. This introduces a new target for main Makefile and fixes installation for Mediawiki module. Signed-off-by: Christian Hesse --- Makefi