build: Check build dependencies for unpack too

"patch" utility is needed to unpack since we apply patches
here.
This commit is contained in:
Fatih Aşıcı
2011-02-20 13:31:41 +00:00
parent c7231982b0
commit 67e18a7c92
+3 -3
View File
@@ -1201,13 +1201,13 @@ def build_until(pspec, state):
__buildState_fetch(pb)
return
# from now on build dependencies are needed
pb.check_build_dependencies()
if state == "unpack":
__buildState_unpack(pb, last)
return
# from now on build dependencies are needed
pb.check_build_dependencies()
if state == "setup":
__buildState_setupaction(pb, last)
return