mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
perl: fix installation at toolchain build
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
1
lfs/perl
1
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
|
||||
|
||||
Reference in New Issue
Block a user