Commit bb8559a6 authored by Michał Siwek's avatar Michał Siwek

Fix dependency install order

parent bba64f6f
......@@ -169,7 +169,7 @@ def resolveDependencies
def pushDeps
if @pkg.dependencies
@dependencies << @pkg.dependencies
@dependencies.unshift @pkg.dependencies
@pkg.dependencies.each do |dep|
search dep, true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment