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/Configure
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
@@ -52,7 +52,7 @@ define perlmod/host/Install
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define perlmod/Configure
|
define perlmod/Configure
|
||||||
(cd $(PKG_BUILD_DIR); \
|
(cd $(if $(3),$(3),$(PKG_BUILD_DIR)); \
|
||||||
PERL_MM_USE_DEFAULT=1 \
|
PERL_MM_USE_DEFAULT=1 \
|
||||||
$(2) \
|
$(2) \
|
||||||
$(PERL_CMD) Makefile.PL \
|
$(PERL_CMD) Makefile.PL \
|
||||||
|
|||||||
Reference in New Issue
Block a user