From: Nicolas Thill Date: Sat, 22 Nov 2008 04:38:20 +0000 (+0000) Subject: allow cvs/git/hg/svn wrap_mirror to work for host tools as well X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=21233cf0e901966665a6a99be58e3fad08128658;hp=5a555c67e36b569b12ca923633aea348387c15f7 allow cvs/git/hg/svn wrap_mirror to work for host tools as well SVN-Revision: 13313 --- diff --git a/include/host-build.mk b/include/host-build.mk index 8a8d6dec21..5622e98707 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2007 OpenWrt.org +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -82,6 +82,7 @@ define Download/default FILE:=$(PKG_SOURCE) URL:=$(PKG_SOURCE_URL) PROTO:=$(PKG_SOURCE_PROTO) + SUBDIR:=$(PKG_SOURCE_SUBDIR) VERSION:=$(PKG_SOURCE_VERSION) MD5SUM:=$(PKG_MD5SUM) endef