mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
dont know
This commit is contained in:
parent
eabe4671ae
commit
3a765d8ec0
2 changed files with 2 additions and 2 deletions
2
dps/opts
2
dps/opts
|
|
@ -1 +1 @@
|
||||||
Subproject commit 20d13c83a097db2ca8f34682439798eff788d49f
|
Subproject commit e370fd6cb758c8a2b0267603b1363f44a83459ad
|
||||||
|
|
@ -62,13 +62,13 @@ VAR
|
||||||
res: INTEGER;
|
res: INTEGER;
|
||||||
BEGIN
|
BEGIN
|
||||||
builddir := vpkEnv.mkBldDir(prefix);
|
builddir := vpkEnv.mkBldDir(prefix);
|
||||||
b := FALSE;
|
|
||||||
depTree := resolve(package);
|
depTree := resolve(package);
|
||||||
i := 0;
|
i := 0;
|
||||||
REPEAT
|
REPEAT
|
||||||
dep := vpkdepTree.Get(depTree, i);
|
dep := vpkdepTree.Get(depTree, i);
|
||||||
vpkJsonDepRetriever.getURIandType(dep, URI, typ);
|
vpkJsonDepRetriever.getURIandType(dep, URI, typ);
|
||||||
vpkSyncer.fetch(dep.name^, URI, typ, prefix);
|
vpkSyncer.fetch(dep.name^, URI, typ, prefix);
|
||||||
|
b := FALSE;
|
||||||
b := vpkJsonDepRetriever.getBuildInfo(dep, keys, values);
|
b := vpkJsonDepRetriever.getBuildInfo(dep, keys, values);
|
||||||
IF b THEN
|
IF b THEN
|
||||||
j := 0;
|
j := 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue