commit c6d65000d82089a5c6770299274b37b188303892
parent 9589efa5bcd03731d5acf43b7e17085f16f61f70
Author: Marcel Denia <naoir@gmx.net>
Date: Sat, 2 May 2015 16:29:52 +0200
perl: Allow changing the default directory for perlmod/Configure
Signed-off-by: Marcel Denia <naoir@gmx.net>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 \