fix a small logic error in package download
SVN-Revision: 28395
This commit is contained in:
parent
874622d004
commit
f63daa85a2
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ Build/Exports=$(Build/Exports/Default)
|
||||||
|
|
||||||
define Build/DefaultTargets
|
define Build/DefaultTargets
|
||||||
$(if $(QUILT),$(Build/Quilt))
|
$(if $(QUILT),$(Build/Quilt))
|
||||||
$(if $(USE_GIT_TREE),$(if $(strip $(PKG_SOURCE_URL)),$(call Download,default)))
|
$(if $(USE_GIT_TREE),,$(if $(strip $(PKG_SOURCE_URL)),$(call Download,default)))
|
||||||
$(call Build/Autoclean)
|
$(call Build/Autoclean)
|
||||||
|
|
||||||
download:
|
download:
|
||||||
|
|
Loading…
Reference in a new issue