changeset 1760:f534a5495f6d

fixed typo
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 22 Apr 2011 16:13:22 +0200
parents 544f2ac34b4d
children 1f10c699d2aa
files src/freetds.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/freetds.mk	Fri Apr 22 14:12:35 2011 +0200
+++ b/src/freetds.mk	Fri Apr 22 16:13:22 2011 +0200
@@ -10,7 +10,7 @@
 $(PKG)_FILE     := freetds-$($(PKG)_VERSION).tgz
 $(PKG)_WEBSITE  := http://www.freetds.org/
 $(PKG)_URL      := http://www.ibiblio.org/pub/Linux/ALPHA/$(PKG)/stable/$($(PKG)_FILE)
-$(PKG)_URL_2    := http://ftp.de.debian.org/debian/pool/main/f/$(PKG)/$(PKG)_$($(PKG)_VERSION).orig.tar.gz
+$(PKG)_URL_2    := http://ftp.debian.org/debian/pool/main/f/$(PKG)/$(PKG)_$($(PKG)_VERSION).orig.tar.gz
 $(PKG)_DEPS     := gcc libiconv gnutls
 
 define $(PKG)_UPDATE