aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2015-03-14 12:55:49 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2015-03-14 12:55:49 -0400
commitf96e26c3fba1c5c83e2528d1444c499645cbae2d (patch)
tree51b455d2d81f6285bbc329220ebc28d0afbce113
parentcfa25671dcb168d73be20dd1787e669e196c3dfe (diff)
downloadtextadept-f96e26c3fba1c5c83e2528d1444c499645cbae2d.tar.gz
textadept-f96e26c3fba1c5c83e2528d1444c499645cbae2d.zip
Updated lfs download zip name and link; src/Makefile
On FreeBSD the https link was problematic.
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@/*/* $@