mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
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:
@@ -68,6 +68,7 @@ endef
|
||||
|
||||
define Host/Install
|
||||
( cd $(HOST_BUILD_DIR); ./miniperl installperl )
|
||||
$(INSTALL_DIR) $(HOST_PERL_PREFIX)/bin/
|
||||
$(CP) $(HOST_BUILD_DIR)/generate_uudmap $(HOST_PERL_PREFIX)/bin/
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user