From: John Crispin Date: Sun, 31 Aug 2014 08:07:27 +0000 (+0200) Subject: perl: create the Host install path before using it X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1881ab255016b239c9c76d18a363f7d7b7dffb71;p=openwrt-packages.git perl: create the Host install path before using it this caused a compile fail on the BB builder Signed-off-by: John Crispin --- diff --git a/lang/perl/Makefile b/lang/perl/Makefile index f1989080f..edf3e4534 100644 --- a/lang/perl/Makefile +++ b/lang/perl/Makefile @@ -70,6 +70,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/ # Link any possibly installed static extension in