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:
Francois Perrad 2015-12-06 15:14:34 +01:00 committed by Thomas Petazzoni
parent 8d22c08fc0
commit 90cf8d87ab

View File

@ -140,6 +140,7 @@ define $(2)_BUILD_CMDS
else \
$$(MAKE1) \
PERL_INC=$$(STAGING_DIR)/usr/lib/perl5/$$(PERL_VERSION)/$$(PERL_ARCHNAME)/CORE \
FIXIN=: \
$$($(2)_BUILD_OPTS) pure_all; \
fi
endef