perl: fix installation at toolchain build

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2019-08-16 21:32:56 +02:00
parent 294aa0097b
commit b1752aa86a

View File

@@ -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