From c6d65000d82089a5c6770299274b37b188303892 Mon Sep 17 00:00:00 2001 From: Marcel Denia Date: Sat, 2 May 2015 16:29:52 +0200 Subject: [PATCH] perl: Allow changing the default directory for perlmod/Configure Signed-off-by: Marcel Denia --- lang/perl/perlmod.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/perl/perlmod.mk b/lang/perl/perlmod.mk index 5b6ba1655..60d3335e0 100644 --- a/lang/perl/perlmod.mk +++ b/lang/perl/perlmod.mk @@ -52,7 +52,7 @@ define perlmod/host/Install endef define perlmod/Configure - (cd $(PKG_BUILD_DIR); \ + (cd $(if $(3),$(3),$(PKG_BUILD_DIR)); \ PERL_MM_USE_DEFAULT=1 \ $(2) \ $(PERL_CMD) Makefile.PL \