diff options
author | Steven Barth <steven@midlink.org> | 2008-09-19 14:44:04 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-19 14:44:04 +0000 |
commit | 2d3f2a9eaa33b49b0592ea5e60f0137372b22d48 (patch) | |
tree | 6408d6dbaf7aa0fbaca4e951a8571007ce951c5f /contrib/luaposix | |
parent | 2b8a092f93efaa452e0a1b37ae08c034cbed2ee5 (diff) |
Change source URLs to local mirror
Diffstat (limited to 'contrib/luaposix')
-rw-r--r-- | contrib/luaposix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/luaposix/Makefile b/contrib/luaposix/Makefile index 1d7744ee7..a91138de8 100644 --- a/contrib/luaposix/Makefile +++ b/contrib/luaposix/Makefile @@ -2,7 +2,7 @@ include ../../build/config.mk include ../../build/gccconfig.mk LUAPOSIX_VERSION = 5.1.3 -LUAPOSIX_SITE = http://luaforge.net/frs/download.php/3449/ +LUAPOSIX_SITE = http://dev.luci.freifunk-halle.net/sources/ LUAPOSIX_DIR = luaposix-$(LUAPOSIX_VERSION) LUAPOSIX_FILE = $(LUAPOSIX_DIR).tar.gz LUAPOSIX_URL = $(LUAPOSIX_SITE)/$(LUAPOSIX_FILE) |