mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
perl: Allow changing the default directory for perlmod/Compile
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
@@ -108,7 +108,7 @@ endef
|
|||||||
define perlmod/Compile
|
define perlmod/Compile
|
||||||
PERL5LIB=$(PERL_LIB) \
|
PERL5LIB=$(PERL_LIB) \
|
||||||
$(2) \
|
$(2) \
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(if $(3),$(3),$(PKG_BUILD_DIR)) \
|
||||||
$(1) \
|
$(1) \
|
||||||
install
|
install
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user