diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-09-04 20:38:19 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-09-04 20:38:19 +0000 |
commit | 82528b9a365d8dec11609e0ddf7d7f189b6520a1 (patch) | |
tree | ca6bf48e051ae825d1df3d45b3a4c7559d28a3fd /package/keynote | |
parent | 781f4bfd665a5c2d24e939c109342d69b1ff67c1 (diff) |
Fix download site, closes #751, #752
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4749 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/keynote')
-rw-r--r-- | package/keynote/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/keynote/Makefile b/package/keynote/Makefile index 4df4e14ad..f5358ea36 100644 --- a/package/keynote/Makefile +++ b/package/keynote/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=@SF/keynote +PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ PKG_MD5SUM:=b569066ac2ba1356c2112b118a7d74d0 PKG_CAT:=bzcat |