perl: create the Host install path before using it
authorJohn Crispin <blogic@openwrt.org>
Tue, 2 Sep 2014 07:26:08 +0000 (09:26 +0200)
committerJohn Crispin <blogic@openwrt.org>
Tue, 2 Sep 2014 07:26:08 +0000 (09:26 +0200)
this caused a compile fail on the BB builder

Signed-off-by: John Crispin <blogic@openwrt.org>
lang/perl/Makefile

index b88725f1e0c333e34b95ba5a0c22acb2da637da8..803b2ae2b12a2746288cb1b374a076e9d5ff9131 100644 (file)
@@ -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