perl: Allow changing the default directory for perlmod/Compile
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
parent
828800508d
commit
3f7e3977a5
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ endef
|
|||
define perlmod/Compile
|
||||
PERL5LIB=$(PERL_LIB) \
|
||||
$(2) \
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
$(MAKE) -C $(if $(3),$(3),$(PKG_BUILD_DIR)) \
|
||||
$(1) \
|
||||
install
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue