From f96e26c3fba1c5c83e2528d1444c499645cbae2d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 14 Mar 2015 12:55:49 -0400 Subject: Updated lfs download zip name and link; src/Makefile On FreeBSD the https link was problematic. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index a15a03f8..9db6b914 100644 --- a/src/Makefile +++ b/src/Makefile @@ -412,7 +412,7 @@ $(scintillua_zip): ; wget $(scintillua_url) -O $@ LexLPeg.cxx: | ../lexers ; ln -s $|/$@ $@ $(lua_tgz): ; wget http://www.lua.org/ftp/$@ $(lpeg_tgz): ; wget http://www.inf.puc-rio.br/~roberto/lpeg/$@ -$(lfs_zip): ; wget https://github.com/keplerproject/luafilesystem/archive/$@ +$(lfs_zip): ; wget http://github.com/keplerproject/luafilesystem/archive/$@ $(lspawn_zip): ; wget $(lspawn_url) -O $@ lua: lua.patch | $(lua_tgz) mkdir $@ && tar xzf $| -C $@ && mv $@/*/* $@ -- cgit v1.2.3