diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-21 12:04:17 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-21 12:04:17 +0000 |
commit | bbe82cedd08e72632c8d7eb6a0004573a5842e4a (patch) | |
tree | d0ff1c3e23d7d8195a6054fa1e16cdf2d15c851b /openwrt/package/postgresql | |
parent | 626e09ca9ec7dbb9ed6f4013b3e0982ba56056e2 (diff) |
Remove superfluous source url
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1006 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/postgresql')
-rw-r--r-- | openwrt/package/postgresql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openwrt/package/postgresql/Makefile b/openwrt/package/postgresql/Makefile index 59be6f06b1..cadbcea14c 100644 --- a/openwrt/package/postgresql/Makefile +++ b/openwrt/package/postgresql/Makefile @@ -11,8 +11,7 @@ PKG_SOURCE_URL:=\ ftp://ftp3.us.postgresql.org/pub/postgresql/source/v$(PKG_VERSION)/ \ ftp://ftp.br.postgresql.org/pub/PostgreSQL/source/v$(PKG_VERSION)/ \ ftp://ftp.au.postgresql.org/pub/postgresql/source/v$(PKG_VERSION)/ \ - ftp://ftp.tw.postgresql.org/pub/postgresql/source/v$(PKG_VERSION)/ \ - http://nthill.free.fr/openwrt/sources/$(PKG_NAME)/ + ftp://ftp.tw.postgresql.org/pub/postgresql/source/v$(PKG_VERSION)/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_CAT:=bzcat |