From: rwhitby Date: Wed, 14 May 2008 07:04:23 +0000 (+0000) Subject: shorewall-common: Fix the source URL X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d8a631b49461f731f714667edae7e43ebf0c759e;p=packages.git shorewall-common: Fix the source URL git-svn-id: svn://svn.openwrt.org/openwrt/packages@11136 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/shorewall-common/Makefile b/net/shorewall-common/Makefile index b07d8044b..47e6db2f6 100644 --- a/net/shorewall-common/Makefile +++ b/net/shorewall-common/Makefile @@ -13,7 +13,9 @@ PKG_VERSION:=4.0.10.1 PKG_RELEASE:=1 PKG_MD5SUM:=9f8fc4c977c8291736c3f750c52f4dc8 -PKG_SOURCE_URL:=http://www1.shorewall.net/pub/shorewall/4.0/shorewall-$(PKG_VERSION)/ +# PKG_SOURCE_URL:=http://www1.shorewall.net/pub/shorewall/4.0/shorewall-$(PKG_VERSION)/ +# The source directory only goes to three levels of version number: +PKG_SOURCE_URL:=http://www1.shorewall.net/pub/shorewall/4.0/shorewall-4.0.10 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz include $(INCLUDE_DIR)/package.mk