Skip to content

Commit

Permalink
Corregir descargas.
Browse files Browse the repository at this point in the history
  • Loading branch information
bittor7x0 committed Oct 20, 2013
1 parent 63f85a2 commit 5207bd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion toolchain/make-incs/dosfstools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ DOSFSTOOLS_PATCHES_DIR := $(PATCHES_DIR)/dosfstools/$(DOSFSTOOLS_VERSION)

DOSFSTOOLS_FILE := dosfstools-$(DOSFSTOOLS_VERSION).src.tar.gz
DOSFSTOOLS_DLFILE := $(DOWNLOAD_DIR)/$(DOSFSTOOLS_FILE)
DOSFSTOOLS_URL := ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/$(DOSFSTOOLS_FILE)
DOSFSTOOLS_URL := https://launchpad.net/dosfstools/main/$(DOSFSTOOLS_VERSION).src/+download/$(DOSFSTOOLS_FILE)
DOSFSTOOLS_DIR := $(BUILD_DIR)/dosfstools-$(DOSFSTOOLS_VERSION)

DOSFSTOOLS_INSTALLED = $(STAGEFILES_DIR)/.dosfstools_installed
Expand Down
2 changes: 1 addition & 1 deletion toolchain/make-incs/ntpclient.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ NTPCLIENT_PATCHES_DIR := $(PATCHES_DIR)/ntpclient/$(NTPCLIENT_VERSION)

NTPCLIENT_FILE := ntpclient_$(NTPCLIENT_VERSION).tar.gz
NTPCLIENT_DLFILE := $(DOWNLOAD_DIR)/$(NTPCLIENT_FILE)
NTPCLIENT_URL := http://doolittle.icarus.com/ntpclient/$(NTPCLIENT_FILE)
NTPCLIENT_URL := http://sourceforge.net/projects/cross-stuff/files/cross-stuff/1.0/$(NTPCLIENT_FILE)/download
NTPCLIENT_DIR := $(BUILD_DIR)/ntpclient-$(NTPCLIENT_ANNO)

NTPCLIENT_INSTALLED = $(STAGEFILES_DIR)/.ntpclient_installed
Expand Down
2 changes: 1 addition & 1 deletion toolchain/make-incs/portmap.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PORTMAP_PATCHES_DIR := $(PATCHES_DIR)/portmap/$(PORTMAP_VERSION)

PORTMAP_FILE := portmap-$(PORTMAP_VERSION).tgz
PORTMAP_DLFILE := $(DOWNLOAD_DIR)/$(PORTMAP_FILE)
PORTMAP_URL := http://fossies.org/unix/misc/$(PORTMAP_FILE)
PORTMAP_URL := http://fossies.org/linux/misc/old/$(PORTMAP_FILE)
PORTMAP_DIR := $(BUILD_DIR)/portmap_$(PORTMAP_VERSION)

PORTMAP_INSTALLED = $(STAGEFILES_DIR)/.portmap_installed
Expand Down

0 comments on commit 5207bd8

Please sign in to comment.