perl: create the Host install path before using it
this caused a compile fail on the BB builder Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
parent
17e72366dd
commit
1881ab2550
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ endef
|
||||||
|
|
||||||
define Host/Install
|
define Host/Install
|
||||||
( cd $(HOST_BUILD_DIR); ./miniperl installperl )
|
( cd $(HOST_BUILD_DIR); ./miniperl installperl )
|
||||||
|
$(INSTALL_DIR) $(HOST_PERL_PREFIX)/bin/
|
||||||
$(CP) $(HOST_BUILD_DIR)/generate_uudmap $(HOST_PERL_PREFIX)/bin/
|
$(CP) $(HOST_BUILD_DIR)/generate_uudmap $(HOST_PERL_PREFIX)/bin/
|
||||||
|
|
||||||
# Link any possibly installed static extension in
|
# Link any possibly installed static extension in
|
||||||
|
|
Loading…
Reference in a new issue