mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
fixed, now dep install order is right.
This commit is contained in:
parent
f2fb8651b3
commit
d3be79cbe9
2 changed files with 13 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue