mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +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
|
||||
PERL5LIB=$(PERL_LIB) \
|
||||
$(2) \
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
$(MAKE) -C $(if $(3),$(3),$(PKG_BUILD_DIR)) \
|
||||
$(1) \
|
||||
install
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user