pkg-perl: avoid insertion of host-perl in shebang of scripts
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
8d22c08fc0
commit
90cf8d87ab
@ -140,6 +140,7 @@ define $(2)_BUILD_CMDS
|
|||||||
else \
|
else \
|
||||||
$$(MAKE1) \
|
$$(MAKE1) \
|
||||||
PERL_INC=$$(STAGING_DIR)/usr/lib/perl5/$$(PERL_VERSION)/$$(PERL_ARCHNAME)/CORE \
|
PERL_INC=$$(STAGING_DIR)/usr/lib/perl5/$$(PERL_VERSION)/$$(PERL_ARCHNAME)/CORE \
|
||||||
|
FIXIN=: \
|
||||||
$$($(2)_BUILD_OPTS) pure_all; \
|
$$($(2)_BUILD_OPTS) pure_all; \
|
||||||
fi
|
fi
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user