lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 1881ab255016b239c9c76d18a363f7d7b7dffb71
parent 17e72366ddb5cbf546185af44c8e34fc6e6d182c
Author: John Crispin <blogic@openwrt.org>
Date:   Sun, 31 Aug 2014 10:07:27 +0200

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>

Diffstat:
Mlang/perl/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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