From: Rod Whitby Date: Wed, 14 May 2008 07:04:23 +0000 (+0000) Subject: shorewall-common: Fix the source URL X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=2856b72cc2699589c0bab37fc844edeedc4f89ba;p=openwrt%2Fsvn-archive%2Fpackages.git shorewall-common: Fix the source URL SVN-Revision: 11136 --- 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