From b1752aa86a5182b0b99bae44d3abd438f2ba3c97 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 16 Aug 2019 21:32:56 +0200 Subject: [PATCH] perl: fix installation at toolchain build Signed-off-by: Arne Fitzenreiter --- lfs/perl | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/perl b/lfs/perl index 9fff0d6887..690d5df292 100644 --- a/lfs/perl +++ b/lfs/perl @@ -89,6 +89,7 @@ ifeq "$(ROOT)" "" else cd $(DIR_APP) && ./Configure -des -Dprefix=$(TOOLS_DIR) cd $(DIR_APP) && make + cd $(DIR_APP) && cp -v perl cpan/podlators/scripts/pod2man $(TOOLS_DIR)/bin cd $(DIR_APP) && mkdir -pv $(TOOLS_DIR)/lib/perl5/$(VER) cd $(DIR_APP) && cp -Rv lib/* $(TOOLS_DIR)/lib/perl5/$(VER) endif -- 2.39.5