fixed, now dep install order is right.

This commit is contained in:
Norayr Chilingarian 2020-06-10 18:34:26 +04:00
parent f2fb8651b3
commit d3be79cbe9
2 changed files with 13 additions and 12 deletions

View file

@ -19,7 +19,7 @@ BEGIN
Out.String("-----------------"); Out.Ln;
Out.String("(use 'dot -Tpng deps.dot > deps.png' to get the graph image)"); Out.Ln; Out.Ln;
Out.String("dependencies will be installed in the following order:"); Out.Ln;
i := 1;
i := 0;
REPEAT
dep := vpkdepTree.Get(tree, i);
Out.String(dep.name^); Out.Ln;